Skip to content

Commit cc2bec7

Browse files
committed
PHP 5 & 7 support
1 parent 7abe943 commit cc2bec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^5.5.9",
19-
"symfony/console": "^3.4"
18+
"php": ">=5.5.9",
19+
"symfony/console": "^3.4 || ^4.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)