Skip to content

Commit cbab330

Browse files
moebrowneJacobBennett
authored andcommitted
Removes PHP 5 version constraint as we're using PHP 7 features (#31)
1 parent cfb3fdd commit cbab330

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php" : "^5.5|^7.0",
20+
"php" : "^7.0",
2121
"illuminate/support": "^5.3",
2222
"illuminate/http": "^5.3",
2323
"symfony/dom-crawler": "^2.7|^3.0|^4.0",

0 commit comments

Comments
 (0)