Skip to content

Commit 2bd7314

Browse files
authored
Fix rejected PHP version (#1)
* `^7.0.0` rejects `7.1.12.0` as seen in Laradock
1 parent 326494f commit 2bd7314

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": "^7.0.0"
23+
"php": "^7.0.0.0||^7.0.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)