Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit f33c672

Browse files
authored
Merge pull request #118 from Soullivaneuh/patch-1
Remove unbound version constraint for PHP
2 parents b175242 + 9b54772 commit f33c672

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
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.9",
17+
"php": "^5.3.9 || ^7.0",
1818
"nikic/php-parser": "^1.3",
1919
"symfony/console": "^2.6 || ^3.0",
2020
"symfony/finder": "^2.6 || ^3.0",

0 commit comments

Comments
 (0)