|
22 | 22 | ],
|
23 | 23 | "require": {
|
24 | 24 | "php": "^8.1",
|
25 |
| - "illuminate/config": "^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/pipeline": "^10.0|^11.0", |
30 |
| - "illuminate/support": "^10.0|^11.0" |
| 25 | + "illuminate/config": "^10 || ^11", |
| 26 | + "illuminate/console": "^10 || ^11", |
| 27 | + "illuminate/container": "^10 || ^11", |
| 28 | + "illuminate/contracts": "^10 || ^11", |
| 29 | + "illuminate/pipeline": "^10 || ^11", |
| 30 | + "illuminate/support": "^10 || ^11" |
31 | 31 | },
|
32 | 32 | "require-dev": {
|
33 |
| - "enlightn/enlightn": "^2.3", |
34 |
| - "larastan/larastan": "^2.9", |
35 |
| - "laravel/pint": "^1.2", |
36 |
| - "mockery/mockery": "^1.5.1", |
37 |
| - "nunomaduro/phpinsights": "^2.11", |
38 |
| - "orchestra/testbench": "^v8.0.0|^v9.0.0", |
39 |
| - "pestphp/pest": "^2.0", |
40 |
| - "pestphp/pest-plugin-laravel": "^2.4", |
41 |
| - "rector/rector": "^1.0", |
42 |
| - "squizlabs/php_codesniffer": "^3.7" |
| 33 | + "enlightn/enlightn": "^2", |
| 34 | + "larastan/larastan": "^2", |
| 35 | + "laravel/pint": "^1", |
| 36 | + "mockery/mockery": "^1", |
| 37 | + "nunomaduro/phpinsights": "^2", |
| 38 | + "orchestra/testbench": "^v8 || ^v9", |
| 39 | + "pestphp/pest": "^2 || ^3", |
| 40 | + "pestphp/pest-plugin-laravel": "^2 || ^3", |
| 41 | + "rector/rector": "^1 || ^2 || ^3", |
| 42 | + "squizlabs/php_codesniffer": "^3" |
43 | 43 | },
|
44 | 44 | "autoload": {
|
45 | 45 | "psr-4": {
|
|
0 commit comments