Skip to content

Commit c733578

Browse files
authored
Update composer.json
laravel 5.8 support
1 parent 1381e36 commit c733578

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
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=5.6.0",
22-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0"
22+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
2323
},
2424
"require-dev": {
2525
"orchestra/testbench": "~3.4",

0 commit comments

Comments
 (0)