Skip to content

Commit 37a5b5f

Browse files
authored
Fixes used version of L9 (#1730)
1 parent 765f4cf commit 37a5b5f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"php": "^8.0",
1818
"ext-json": "*",
1919
"firebase/php-jwt": "^6.4",
20-
"illuminate/auth": "^9.0|^10.0|^11.0",
21-
"illuminate/console": "^9.0|^10.0|^11.0",
22-
"illuminate/container": "^9.0|^10.0|^11.0",
23-
"illuminate/contracts": "^9.0|^10.0|^11.0",
24-
"illuminate/cookie": "^9.0|^10.0|^11.0",
25-
"illuminate/database": "^9.0|^10.0|^11.0",
26-
"illuminate/encryption": "^9.0|^10.0|^11.0",
27-
"illuminate/http": "^9.0|^10.0|^11.0",
28-
"illuminate/support": "^9.0|^10.0|^11.0",
20+
"illuminate/auth": "^9.21|^10.0|^11.0",
21+
"illuminate/console": "^9.21|^10.0|^11.0",
22+
"illuminate/container": "^9.21|^10.0|^11.0",
23+
"illuminate/contracts": "^9.21|^10.0|^11.0",
24+
"illuminate/cookie": "^9.21|^10.0|^11.0",
25+
"illuminate/database": "^9.21|^10.0|^11.0",
26+
"illuminate/encryption": "^9.21|^10.0|^11.0",
27+
"illuminate/http": "^9.21|^10.0|^11.0",
28+
"illuminate/support": "^9.21|^10.0|^11.0",
2929
"lcobucci/jwt": "^4.3|^5.0",
3030
"league/oauth2-server": "^8.5.3",
3131
"nyholm/psr7": "^1.5",

0 commit comments

Comments
 (0)