|
21 | 21 | "php": "^8.2", |
22 | 22 | "doctrine/dbal": "^3.0 || ^4.0", |
23 | 23 | "doctrine/orm": "^3.1", |
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", |
| 24 | + "doctrine/persistence": "^3.3 || ^4.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 | 34 | "symfony/cache": "^6.0|^7.0", |
35 | 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 | | - "phpstan/phpstan": "^1.9", |
46 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
| 45 | + "phpstan/phpstan": "^1.9 || ^2.1", |
| 46 | + "phpstan/phpstan-deprecation-rules": "^1.1 || ^2.0", |
47 | 47 | "phpunit/phpunit": "^11.4", |
48 | 48 | "fakerphp/faker": "^1.23", |
49 | | - "laravel/framework": "^10.0 || ^11.0", |
50 | | - "orchestra/testbench": "^9.5" |
| 49 | + "laravel/framework": "^10.0 || ^11.0 || ^12.0", |
| 50 | + "orchestra/testbench": "^9.5 || ^10.0" |
51 | 51 | }, |
52 | 52 | "conflict": { |
53 | 53 | "laravel/lumen": "*" |
|
0 commit comments