|
22 | 22 | "doctrine/dbal": "^3.0 || ^4.0",
|
23 | 23 | "doctrine/orm": "^3.1",
|
24 | 24 | "doctrine/persistence": "^3.3",
|
25 |
| - "illuminate/auth": "^10.0|^11.0", |
26 |
| - "illuminate/console": "^10.0|^11.0", |
27 |
| - "illuminate/container": "^10.0|^11.0", |
28 |
| - "illuminate/contracts": "^10.0|^11.0", |
29 |
| - "illuminate/pagination": "^10.0|^11.0", |
30 |
| - "illuminate/routing": "^10.0|^11.0", |
31 |
| - "illuminate/support": "^10.0|^11.0", |
32 |
| - "illuminate/validation": "^10.0|^11.0", |
33 |
| - "illuminate/view": "^10.0|^11.0", |
34 |
| - "symfony/cache": "^6.0|^7.0", |
35 |
| - "symfony/serializer": "^5.0|^6.0|^7.0" |
| 25 | + "illuminate/auth": "^10.0 || ^11.0 || ^12.0", |
| 26 | + "illuminate/console": "^10.0 || ^11.0 || ^12.0", |
| 27 | + "illuminate/container": "^10.0 || ^11.0 || ^12.0", |
| 28 | + "illuminate/contracts": "^10.0 || ^11.0 || ^12.0", |
| 29 | + "illuminate/pagination": "^10.0 || ^11.0 || ^12.0", |
| 30 | + "illuminate/routing": "^10.0 || ^11.0 || ^12.0", |
| 31 | + "illuminate/support": "^10.0 || ^11.0 || ^12.0", |
| 32 | + "illuminate/validation": "^10.0 || ^11.0 || ^12.0", |
| 33 | + "illuminate/view": "^10.0 || ^11.0 || ^12.0", |
| 34 | + "symfony/cache": "^6.0 || ^7.0", |
| 35 | + "symfony/serializer": "^5.0 || ^6.0 || ^7.0" |
36 | 36 | },
|
37 | 37 | "require-dev": {
|
38 | 38 | "doctrine/coding-standard": "^12.0",
|
39 |
| - "illuminate/log": "^10.0 || ^11.0", |
40 |
| - "illuminate/notifications": "^10.0 || ^11.0", |
41 |
| - "illuminate/queue": "^10.0 || ^11.0", |
| 39 | + "illuminate/log": "^10.0 || ^11.0 || ^12.0", |
| 40 | + "illuminate/notifications": "^10.0 || ^11.0 || ^12.0", |
| 41 | + "illuminate/queue": "^10.0 || ^11.0 || ^12.0", |
42 | 42 | "mockery/mockery": "^1.6.12",
|
43 | 43 | "nikic/php-parser": "^4.19 || ^5.0",
|
44 | 44 | "php-parallel-lint/php-parallel-lint": "^1.4",
|
45 | 45 | "phpstan/phpstan": "^1.9",
|
46 | 46 | "phpstan/phpstan-deprecation-rules": "^1.1",
|
47 | 47 | "phpunit/phpunit": "^11.4",
|
48 | 48 | "fakerphp/faker": "^1.23",
|
49 |
| - "laravel/framework": "^10.0 || ^11.0", |
| 49 | + "laravel/framework": "^10.0 || ^11.0 || ^12.0", |
50 | 50 | "orchestra/testbench": "^9.5"
|
51 | 51 | },
|
52 | 52 | "conflict": {
|
|
0 commit comments