Skip to content

Commit 4afcb7d

Browse files
author
Alexander Miertsch
authored
Merge pull request #5 from enumag/patch-2
Allow Symfony 4.0
2 parents b164880 + 25ecc65 commit 4afcb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"roave/better-reflection": "^2.0",
2424
"nikic/php-parser": "^3.1",
25-
"symfony/console": "^3.3"
25+
"symfony/console": "^3.3 || ^4.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)