Skip to content

Commit 874ba02

Browse files
committed
Laravel 6 do not support PHP 7.0 and 7.1
1 parent 01a761f commit 874ba02

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
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.0",
19+
"php": "^7.2",
2020
"doctrine/orm": "^2.6|^2.7",
2121
"illuminate/auth": "^6.0",
2222
"illuminate/console": "^6.0",

0 commit comments

Comments
 (0)