Skip to content

Commit 3ae4d32

Browse files
committed
Require Laravel 5.5
This preset works only on laravel framework 5.5+, so require the framework instead of PHP 7.0
1 parent 6cfa941 commit 3ae4d32

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
@@ -4,7 +4,7 @@
44
"keywords": ["laravel", "preset", "zurb-foundation", "foundation"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=7.0.0"
7+
"laravel/framework": "5.5.*"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)