Skip to content

Commit

Permalink
[MINOR] Add support for symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 8, 2019
1 parent ba93c2e commit 4074004
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -44,6 +44,15 @@ matrix:
- stage: test
php: 7.4
env: SYMFONY_VERSION=4.2.*
- stage: test
php: 7.3
env: SYMFONY_VERSION=4.3.*
- stage: test
php: 7.3
env: SYMFONY_VERSION=4.4.*
- stage: test
php: 7.3
env: SYMFONY_VERSION=5.0.*
allow_failures:
- php: 7.4
env: TARGET=checkdeps
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -28,12 +28,12 @@
"php-http/message-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/expression-language": "^4.2",
"symfony/framework-bundle": "^4.2",
"symfony/http-foundation": "^4.2",
"symfony/http-kernel": "^4.2"
"symfony/config": "^4.2 || ^5.0",
"symfony/dependency-injection": "^4.2 || ^5.0",
"symfony/expression-language": "^4.2 || ^5.0",
"symfony/framework-bundle": "^4.2 || ^5.0",
"symfony/http-foundation": "^4.2 || ^5.0",
"symfony/http-kernel": "^4.2 || ^5.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
Expand Down

0 comments on commit 4074004

Please sign in to comment.