Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Allow Symfony 4 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- authored and theofidry committed Nov 24, 2017
1 parent 6c9a09b commit 2c45bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"psy/psysh": "~0.3",
"symfony/expression-language": "^3.2",
"symfony/framework-bundle": "~2.3|~3.0"
"symfony/expression-language": "^3.2 || ^4.0",
"symfony/framework-bundle": "~2.3|~3.0|~4.0"
},
"require-dev": {
"phpunit/phpunit": "~5.2",
"symfony/symfony": "~2.7|~3.0"
"symfony/symfony": "~2.7|~3.0|~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2c45bcf

Please sign in to comment.