Skip to content

Commit

Permalink
Merge pull request #5 from enumag/patch-2
Browse files Browse the repository at this point in the history
Allow Symfony 4.0
  • Loading branch information
codeliner authored Mar 5, 2018
2 parents b164880 + 25ecc65 commit 4afcb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"roave/better-reflection": "^2.0",
"nikic/php-parser": "^3.1",
"symfony/console": "^3.3"
"symfony/console": "^3.3 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4afcb7d

Please sign in to comment.