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