|
17 | 17 | "php": "^8.0",
|
18 | 18 | "ext-json": "*",
|
19 | 19 | "firebase/php-jwt": "^6.4",
|
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", |
| 20 | + "illuminate/auth": "^9.21|^10.0|^11.0|^12.0", |
| 21 | + "illuminate/console": "^9.21|^10.0|^11.0|^12.0", |
| 22 | + "illuminate/container": "^9.21|^10.0|^11.0|^12.0", |
| 23 | + "illuminate/contracts": "^9.21|^10.0|^11.0|^12.0", |
| 24 | + "illuminate/cookie": "^9.21|^10.0|^11.0|^12.0", |
| 25 | + "illuminate/database": "^9.21|^10.0|^11.0|^12.0", |
| 26 | + "illuminate/encryption": "^9.21|^10.0|^11.0|^12.0", |
| 27 | + "illuminate/http": "^9.21|^10.0|^11.0|^12.0", |
| 28 | + "illuminate/support": "^9.21|^10.0|^11.0|^12.0", |
29 | 29 | "lcobucci/jwt": "^4.3|^5.0",
|
30 | 30 | "league/oauth2-server": "^8.5.3",
|
31 | 31 | "nyholm/psr7": "^1.5",
|
|
35 | 35 | },
|
36 | 36 | "require-dev": {
|
37 | 37 | "mockery/mockery": "^1.0",
|
38 |
| - "orchestra/testbench": "^7.35|^8.14|^9.0", |
| 38 | + "orchestra/testbench": "^7.35|^8.14|^9.0|^10.0", |
39 | 39 | "phpstan/phpstan": "^1.10",
|
40 |
| - "phpunit/phpunit": "^9.3|^10.5" |
| 40 | + "phpunit/phpunit": "^9.3|^10.5|^11.5" |
41 | 41 | },
|
42 | 42 | "autoload": {
|
43 | 43 | "psr-4": {
|
|
0 commit comments