|
21 | 21 | "doctrine/dbal": "^3.2",
|
22 | 22 | "doctrine/orm": "^2.14",
|
23 | 23 | "doctrine/persistence": "^3",
|
24 |
| - "illuminate/auth": "^9.0", |
25 |
| - "illuminate/console": "^9.0", |
26 |
| - "illuminate/container": "^9.0", |
27 |
| - "illuminate/contracts": "^9.0", |
28 |
| - "illuminate/pagination": "^9.0", |
29 |
| - "illuminate/routing": "^9.0", |
30 |
| - "illuminate/support": "^9.0", |
31 |
| - "illuminate/validation": "^9.0", |
32 |
| - "illuminate/view": "^9.0", |
| 24 | + "illuminate/auth": "^9.0|^10.0", |
| 25 | + "illuminate/console": "^9.0|^10.0", |
| 26 | + "illuminate/container": "^9.0|^10.0", |
| 27 | + "illuminate/contracts": "^9.0|^10.0", |
| 28 | + "illuminate/pagination": "^9.0|^10.0", |
| 29 | + "illuminate/routing": "^9.0|^10.0", |
| 30 | + "illuminate/support": "^9.0|^10.0", |
| 31 | + "illuminate/validation": "^9.0|^10.0", |
| 32 | + "illuminate/view": "^9.0|^10.0", |
33 | 33 | "symfony/cache": "^6.0",
|
34 | 34 | "symfony/serializer": "^5.0|^6.0",
|
35 | 35 | "symfony/yaml": "^5.0|^6.0"
|
|
41 | 41 | "phpunit/phpunit": "^9.3",
|
42 | 42 | "mockery/mockery": "^1.3.1",
|
43 | 43 | "barryvdh/laravel-debugbar": "~3.0",
|
44 |
| - "illuminate/log": "^9.0", |
45 |
| - "illuminate/notifications": "^9.0", |
46 |
| - "illuminate/queue": "^9.0", |
| 44 | + "illuminate/log": "^9.0|^10.0", |
| 45 | + "illuminate/notifications": "^9.0|^10.0", |
| 46 | + "illuminate/queue": "^9.0|^10.0", |
47 | 47 | "phpstan/phpstan": "^1.9",
|
48 | 48 | "phpstan/phpstan-deprecation-rules": "^1.1"
|
49 | 49 | },
|
|
0 commit comments