Skip to content

Commit

Permalink
compatibility with Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed May 21, 2017
1 parent 041f09c commit 2d3de13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ matrix:
env: SYMFONY_VERSION='2.8'
- php: 5.6
env: SYMFONY_VERSION='3.0'
- php: 7.1
env: SYMFONY_VERSION='~4.0@dev'
- php: 5.5
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
"php": ">=5.4.0",
"jms/serializer": "^1.7",
"phpoption/phpoption": "^1.1.0",
"symfony/framework-bundle": "~2.3|~3.0"
"symfony/framework-bundle": "~2.3|~3.0|~4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.2|^5.0",
"symfony/expression-language": "~2.6|~3.0",
"symfony/expression-language": "~2.6|~3.0|~4.0",
"symfony/yaml": "*",
"symfony/browser-kit": "*",
"symfony/class-loader": "*",
Expand All @@ -37,6 +36,7 @@
"symfony/validator": "*",
"symfony/stopwatch": "*"
},
"minimum-stability": "dev",
"suggest": {
"jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
},
Expand Down

0 comments on commit 2d3de13

Please sign in to comment.