Skip to content

Commit

Permalink
Update minimum required PHP version to 7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Dec 28, 2017
1 parent c56d772 commit 4f0d71c
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 @@ -7,7 +7,7 @@
"minimum-stability": "alpha",
"prefer-stable": true,
"require": {
"php": ">=7.0.0",
"php": ">=7.1.0",
"fideloper/proxy": "~3.3",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0",
Expand Down

0 comments on commit 4f0d71c

Please sign in to comment.