|
17 | 17 | "php": "^8.0", |
18 | 18 | "ext-json": "*", |
19 | 19 | "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", |
29 | 29 | "lcobucci/jwt": "^3.4|^4.0", |
30 | 30 | "league/oauth2-server": "^8.2", |
31 | 31 | "nyholm/psr7": "^1.3", |
|
34 | 34 | }, |
35 | 35 | "require-dev": { |
36 | 36 | "mockery/mockery": "^1.0", |
37 | | - "orchestra/testbench": "^7.0", |
| 37 | + "orchestra/testbench": "^7.0|^8.0", |
38 | 38 | "phpunit/phpunit": "^9.3" |
39 | 39 | }, |
40 | 40 | "autoload": { |
|
0 commit comments