|
19 | 19 | "php": "^8.0",
|
20 | 20 | "doctrine/annotations": "^2",
|
21 | 21 | "doctrine/dbal": "^3.2",
|
22 |
| - "doctrine/orm": "^2.14", |
| 22 | + "doctrine/orm": "^2.14|^3.0", |
23 | 23 | "doctrine/persistence": "^3",
|
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", |
| 24 | + "illuminate/auth": "^9.0|^10.0|^11.0", |
| 25 | + "illuminate/console": "^9.0|^10.0|^11.0", |
| 26 | + "illuminate/container": "^9.0|^10.0|^11.0", |
| 27 | + "illuminate/contracts": "^9.0|^10.0|^11.0", |
| 28 | + "illuminate/pagination": "^9.0|^10.0|^11.0", |
| 29 | + "illuminate/routing": "^9.0|^10.0|^11.0", |
| 30 | + "illuminate/support": "^9.0|^10.0|^11.0", |
| 31 | + "illuminate/validation": "^9.0|^10.0|^11.0", |
| 32 | + "illuminate/view": "^9.0|^10.0|^11.0", |
33 | 33 | "symfony/cache": "^6.0|^7.0",
|
34 | 34 | "symfony/serializer": "^5.0|^6.0|^7.0",
|
35 | 35 | "symfony/yaml": "^5.0|^6.0|^7.0"
|
|
38 | 38 | "laravel/lumen": "*"
|
39 | 39 | },
|
40 | 40 | "require-dev": {
|
41 |
| - "phpunit/phpunit": "^9.3", |
| 41 | + "phpunit/phpunit": "^9.3|^10.5", |
42 | 42 | "mockery/mockery": "^1.3.1",
|
43 |
| - "illuminate/log": "^9.0|^10.0", |
44 |
| - "illuminate/notifications": "^9.0|^10.0", |
45 |
| - "illuminate/queue": "^9.0|^10.0", |
| 43 | + "illuminate/log": "^9.0|^10.0|^11.0", |
| 44 | + "illuminate/notifications": "^9.0|^10.0|^11.0", |
| 45 | + "illuminate/queue": "^9.0|^10.0|^11.0", |
46 | 46 | "phpstan/phpstan": "^1.9",
|
47 | 47 | "phpstan/phpstan-deprecation-rules": "^1.1"
|
48 | 48 | },
|
|
0 commit comments