Skip to content

Commit 3036ac9

Browse files
authored
Update composer.json
Laravel 5.8 requires "php": "^7.1.3"
1 parent ad0511b commit 3036ac9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6.4",
14-
"laravel/framework": "5.6.*"
13+
"php": "^7.1.3"
14+
"laravel/framework": "5.8.*"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)