Skip to content

Commit

Permalink
Merge pull request #44 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Support for Symfony 4
  • Loading branch information
mnapoli authored Nov 18, 2017
2 parents ab1d66f + bf34e4b commit bd6d1ec
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 @@ -16,7 +16,7 @@
},
"require": {
"php": ">=7.0",
"symfony/console": "~3.0",
"symfony/console": "~3.0|~4.0",
"php-di/invoker": "~2.0",
"psr/container": "^1.0"
},
Expand Down

0 comments on commit bd6d1ec

Please sign in to comment.