Skip to content

Commit fde7a2e

Browse files
moecastsmusonza
authored andcommitted
Support laravel 5.8 (#132)
update composer.json
1 parent 739532a commit fde7a2e

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
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=7.0",
13-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0"
13+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^5.7|6.2|^7.0",

0 commit comments

Comments
 (0)