Skip to content

Commit 96650d5

Browse files
Add php 7 to composer requirements
1 parent 8b8df0c commit 96650d5

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
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php" : ">=5.6.4",
23+
"php" : ">=5.6.4|^7.0",
2424
"doctrine/dbal" : "2.5.x",
2525
"illuminate/support" : ">=5.1",
2626
"illuminate/database" : ">=5.1"

0 commit comments

Comments
 (0)