Skip to content

Commit 1a22fa0

Browse files
authored
Merge pull request #17 from Spargon/laravel-9
Adding Support for Laravel 9
2 parents 48b3930 + d18aea8 commit 1a22fa0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
"require": {
1919
"php": "^7.4|^8.0",
2020
"jenssegers/agent": "^2.6",
21-
"illuminate/auth": "^7.0|^8.0",
22-
"illuminate/bus": "^7.0|^8.0",
23-
"illuminate/console": "^7.0|^8.0",
24-
"illuminate/contracts": "^7.0|^8.0",
25-
"illuminate/database": "^7.0|^8.0",
26-
"illuminate/http": "^7.0|^8.0",
27-
"illuminate/notifications": "^7.0|^8.0",
28-
"illuminate/support": "^7.0|^8.0",
21+
"illuminate/auth": "^7.0|^8.0|^9.0",
22+
"illuminate/bus": "^7.0|^8.0|^9.0",
23+
"illuminate/console": "^7.0|^8.0|^9.0",
24+
"illuminate/contracts": "^7.0|^8.0|^9.0",
25+
"illuminate/database": "^7.0|^8.0|^9.0",
26+
"illuminate/http": "^7.0|^8.0|^9.0",
27+
"illuminate/notifications": "^7.0|^8.0|^9.0",
28+
"illuminate/support": "^7.0|^8.0|^9.0",
2929
"spatie/laravel-package-tools": "^1.4"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^6.0",
32+
"orchestra/testbench": "^6.0|^7.0",
3333
"phpunit/phpunit": "^9.3"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)