Skip to content

Commit

Permalink
upgrade to symfony 5 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
digibeuk authored May 14, 2020
1 parent e72184e commit 65d9bf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@ language: php

matrix:
include:
- php: 7.1
env: SYMFONY_VERSION="^3.0"
- php: 7.1
env: SYMFONY_VERSION="^4.0"

- php: 7.2
env: SYMFONY_VERSION="^3.0"
- php: 7.2
env: SYMFONY_VERSION="^4.0"
- php: 7.2
env: SYMFONY_VERSION="^5.0"

- php: 7.3
env: SYMFONY_VERSION="^3.0"
- php: 7.3
env: SYMFONY_VERSION="^4.0"
- php: 7.3
env: SYMFONY_VERSION="^5.0"

env:
global:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}
],
"require": {
"php": ">=7.1",
"php": ">= 7.1.3",
"dragonbe/vies": "^2.1",
"symfony/http-kernel": "^3.0||^4.0",
"symfony/dependency-injection": "^3.4.26||^4.1.12||^4.2.7",
"symfony/validator": "^3.0||^4.0"
"symfony/http-kernel": "^4.0||^5.0",
"symfony/dependency-injection": "^4.1.12||^4.2.7||^5.0",
"symfony/validator": "^4.0||^5.0"
},
"require-dev": {
"myonlinestore/coding-standard": "^1.0",
Expand Down

0 comments on commit 65d9bf5

Please sign in to comment.