Skip to content

Commit 3ea7941

Browse files
committed
allow php7
1 parent 3ba2b0f commit 3ea7941

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
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"php": "^5.6",
11+
"php": "^5.6 || ^7.0",
1212
"sebastian/diff": "^1.4"
1313
},
1414
"require-dev": {

0 commit comments

Comments
 (0)