Skip to content

Commit

Permalink
Laravel 6 do not support PHP 7.0 and 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eigan committed Dec 19, 2019
1 parent 01a761f commit 874ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.0",
"php": "^7.2",
"doctrine/orm": "^2.6|^2.7",
"illuminate/auth": "^6.0",
"illuminate/console": "^6.0",
Expand Down

0 comments on commit 874ba02

Please sign in to comment.