|
22 | 22 | ], |
23 | 23 | "require": { |
24 | 24 | "php": "^8.2", |
25 | | - "illuminate/auth": "^10.0 || ^11.0", |
26 | | - "illuminate/config": "^10.0 || ^11.0", |
27 | | - "illuminate/contracts": "^10.0 || ^11.0", |
28 | | - "illuminate/support": "^10.0 || ^11.0", |
29 | | - "illuminate/http": "^10.0 || ^11.0", |
30 | | - "laravel-doctrine/orm": "^3.0" |
| 25 | + "illuminate/auth": "^10.0 || ^11.0 || ^12.0", |
| 26 | + "illuminate/config": "^10.0 || ^11.0 || ^12.0", |
| 27 | + "illuminate/contracts": "^10.0 || ^11.0 || ^12.0", |
| 28 | + "illuminate/support": "^10.0 || ^11.0 || ^12.0", |
| 29 | + "illuminate/http": "^10.0 || ^11.0 || ^12.0", |
| 30 | + "laravel-doctrine/orm": "^3.1.0" |
31 | 31 | }, |
32 | 32 | "require-dev": { |
33 | 33 | "beberlei/doctrineextensions": "^1.5", |
34 | 34 | "doctrine/coding-standard": "^12.0", |
35 | 35 | "gedmo/doctrine-extensions": "^3.17", |
36 | | - "laravel/framework": "^10.0 || ^11.0", |
| 36 | + "laravel/framework": "^10.0 || ^11.0 || ^12.0", |
37 | 37 | "mockery/mockery": "^1.6", |
38 | 38 | "php-parallel-lint/php-parallel-lint": "^1.4", |
39 | | - "phpstan/phpstan": "^1.12", |
| 39 | + "phpstan/phpstan": "^1.12 || ^2.1", |
40 | 40 | "phpunit/phpunit": "^11.4", |
41 | | - "orchestra/testbench": "^9.5" |
| 41 | + "orchestra/testbench": "^9.5 || ^10.0" |
42 | 42 | }, |
43 | 43 | "suggest": { |
44 | 44 | "gedmo/doctrine-extensions": "Behavioral Doctrine2 extensions", |
|
0 commit comments