Skip to content

Commit 87dcab8

Browse files
authored
Update composer.json (#1615)
1 parent 3c17574 commit 87dcab8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"php": "^8.0",
1818
"ext-json": "*",
1919
"firebase/php-jwt": "^6.3.1",
20-
"illuminate/auth": "^9.0",
21-
"illuminate/console": "^9.0",
22-
"illuminate/container": "^9.0",
23-
"illuminate/contracts": "^9.0",
24-
"illuminate/cookie": "^9.0",
25-
"illuminate/database": "^9.0",
26-
"illuminate/encryption": "^9.0",
27-
"illuminate/http": "^9.0",
28-
"illuminate/support": "^9.0",
20+
"illuminate/auth": "^9.0|^10.0",
21+
"illuminate/console": "^9.0|^10.0",
22+
"illuminate/container": "^9.0|^10.0",
23+
"illuminate/contracts": "^9.0|^10.0",
24+
"illuminate/cookie": "^9.0|^10.0",
25+
"illuminate/database": "^9.0|^10.0",
26+
"illuminate/encryption": "^9.0|^10.0",
27+
"illuminate/http": "^9.0|^10.0",
28+
"illuminate/support": "^9.0|^10.0",
2929
"lcobucci/jwt": "^3.4|^4.0",
3030
"league/oauth2-server": "^8.2",
3131
"nyholm/psr7": "^1.3",
@@ -34,7 +34,7 @@
3434
},
3535
"require-dev": {
3636
"mockery/mockery": "^1.0",
37-
"orchestra/testbench": "^7.0",
37+
"orchestra/testbench": "^7.0|^8.0",
3838
"phpunit/phpunit": "^9.3"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)