Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

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 6e226f0 commit 1f436b2
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 @@ -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
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -19,12 +19,12 @@
"require": {
"php": "^7.2",
"sonata-project/formatter-bundle": "^4.0",
"symfony/config": "^3.4 || ^4.2",
"symfony/dependency-injection": "^3.4 || ^4.2",
"symfony/expression-language": "^3.4 || ^4.2",
"symfony/framework-bundle": "^3.4 || ^4.2",
"symfony/http-foundation": "^3.4 || ^4.2",
"symfony/http-kernel": "^3.4 || ^4.2",
"symfony/config": "^3.4 || ^4.2 || ^5.0",
"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/http-foundation": "^3.4 || ^4.2 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.2 || ^5.0",
"twig/twig": "^2.4"
},
"require-dev": {
Expand Down

0 comments on commit 1f436b2

Please sign in to comment.