Skip to content

Commit d1be15a

Browse files
committed
Add Laravel 5.8 support
1 parent 567c9de commit d1be15a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"php": ">=7.1.3",
1414
"ext-dom": "*",
1515
"ext-json": "*",
16-
"illuminate/database": "~5.7.0",
17-
"illuminate/http": "~5.7.0",
18-
"illuminate/support": "~5.7.0",
16+
"illuminate/database": "~5.7.0|~5.8.0",
17+
"illuminate/http": "~5.7.0|~5.8.0",
18+
"illuminate/support": "~5.7.0|~5.8.0",
1919
"mockery/mockery": "^1.0",
2020
"phpunit/phpunit": "^7.0|^8.0",
2121
"symfony/console": "^4.2",
@@ -25,7 +25,7 @@
2525
"symfony/http-kernel": "^4.2"
2626
},
2727
"require-dev": {
28-
"laravel/framework": "~5.7.0"
28+
"laravel/framework": "~5.7.0|~5.8.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)