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 Nov 21, 2019
1 parent 1dfbb78 commit 907661d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ matrix:
- stage: test
php: 7.3
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.3
env: TARGET=checkdeps
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"php": "^7.2",
"sonata-project/block-bundle": "^3.18",
"sonata-project/core-bundle": "^3.13.5",
"symfony/dependency-injection": "^3.4 || ^4.2",
"symfony/expression-language": "^3.4 || ^4.2",
"symfony/framework-bundle": "^3.4 || ^4.2",
"symfony/options-resolver": "^3.4 || ^4.2",
"symfony/twig-bundle": "^3.4 || ^4.2"
"symfony/dependency-injection": "^3.4 || ^4.2 || ^5.0",
"symfony/expression-language": "^3.4 || ^4.2 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0",
"symfony/options-resolver": "^3.4 || ^4.2 || ^5.0",
"symfony/twig-bundle": "^3.4 || ^4.2 || ^5.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
Expand Down

0 comments on commit 907661d

Please sign in to comment.