|
18 | 18 | ],
|
19 | 19 | "require": {
|
20 | 20 | "php": "^8.0",
|
21 |
| - "illuminate/console": "^9.0|^10.0", |
22 |
| - "illuminate/database": "^9.0|^10.0", |
23 |
| - "illuminate/events": "^9.0|^10.0", |
24 |
| - "illuminate/support": "^9.0|^10.0", |
| 21 | + "illuminate/console": "^9.0|^10.0|^11.0", |
| 22 | + "illuminate/database": "^9.0|^10.0|^11.0", |
| 23 | + "illuminate/events": "^9.0|^10.0|^11.0", |
| 24 | + "illuminate/support": "^9.0|^10.0|^11.0", |
25 | 25 | "spatie/laravel-package-tools": "^1.14.1"
|
26 | 26 | },
|
27 | 27 | "require-dev": {
|
28 |
| - "friendsofphp/php-cs-fixer": "^3.8", |
29 |
| - "nunomaduro/collision": "^6.0", |
30 |
| - "nunomaduro/larastan": "^2.0.1", |
31 |
| - "orchestra/testbench": "^7.0|^8.0", |
32 |
| - "pestphp/pest": "^1.21", |
33 |
| - "pestphp/pest-plugin-laravel": "^1.1", |
34 |
| - "phpstan/extension-installer": "^1.1", |
35 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
36 |
| - "phpstan/phpstan-phpunit": "^1.0", |
37 |
| - "phpunit/phpunit": "^9.5" |
| 28 | + "nunomaduro/collision": "^6.0|^7.8|^8.1", |
| 29 | + "larastan/larastan": "^2.0.1", |
| 30 | + "orchestra/testbench": "^7.0|^8.0|^9.0", |
| 31 | + "pestphp/pest": "^1.21|^2.34", |
| 32 | + "pestphp/pest-plugin-laravel": "^1.1|^2.3", |
| 33 | + "phpstan/extension-installer": "^1.3", |
| 34 | + "phpstan/phpstan-phpunit": "^1.3" |
38 | 35 | },
|
39 | 36 | "autoload": {
|
40 | 37 | "psr-4": {
|
|
0 commit comments