Skip to content

Commit 970912e

Browse files
author
Andreas Aagaard
authored
Merge pull request #1 from quick-order/laravel8-support
added support for Laravel 8
2 parents 997b0e4 + 57c2d5d commit 970912e

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
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.3",
20-
"illuminate/bus": "^6.0|^7.0",
21-
"illuminate/database": "^6.0|^7.0",
22-
"illuminate/support": "^6.0|^7.0"
20+
"illuminate/bus": "^6.0|^7.0|^8.0",
21+
"illuminate/database": "^6.0|^7.0|^8.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0"
2323
},
2424
"require-dev": {
25-
"orchestra/testbench": "^4.0|^5.0",
25+
"orchestra/testbench": "^5.0|^6.0",
2626
"phpunit/phpunit": "^7.0|^8.2|^9.0",
2727
"psalm/plugin-laravel": "^1.2",
2828
"vimeo/psalm": "^3.11"

0 commit comments

Comments
 (0)