Skip to content

Commit

Permalink
Require Laravel 5.5
Browse files Browse the repository at this point in the history
This preset works only on laravel framework 5.5+, so require
the framework instead of PHP 7.0
  • Loading branch information
deeshrestha committed Jul 29, 2017
1 parent 6cfa941 commit 3ae4d32
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 @@ -4,7 +4,7 @@
"keywords": ["laravel", "preset", "zurb-foundation", "foundation"],
"license": "MIT",
"require": {
"php": ">=7.0.0"
"laravel/framework": "5.5.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3ae4d32

Please sign in to comment.