|
17 | 17 | ], |
18 | 18 | "require": { |
19 | 19 | "php": "^8.1", |
| 20 | + "illuminate/console": "^10.0 | ^11.0", |
20 | 21 | "spatie/laravel-package-tools": "^1.18", |
21 | | - "illuminate/contracts": "^10.0 | ^11.0", |
22 | | - "illuminate/console": "^10.0 | ^11.0" |
| 22 | + "illuminate/contracts": "^10.0 | ^11.0" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | 25 | "laravel/pint": "^1.20", |
26 | | - "nunomaduro/collision": "^8.5", |
27 | | - "larastan/larastan": "^3.0", |
28 | | - "orchestra/testbench": "^9.9", |
29 | | - "pestphp/pest": "^3.7", |
30 | | - "pestphp/pest-plugin-laravel": "^3.0", |
| 26 | + "nunomaduro/collision": "^7.11 | ^8.5", |
| 27 | + "pestphp/pest": "^2.36 | ^3.7", |
| 28 | + "pestphp/pest-plugin-laravel": "^2.4 | ^3.0", |
| 29 | + "orchestra/testbench": "^8.31 | ^9.9", |
| 30 | + "phpunit/phpunit": "^10.5 | ^11.5", |
31 | 31 | "phpstan/extension-installer": "^1.4", |
32 | | - "phpstan/phpstan-deprecation-rules": "^2.0", |
33 | | - "phpstan/phpstan-phpunit": "^2.0", |
34 | | - "phpunit/phpunit": "^11.5" |
| 32 | + "larastan/larastan": "^2.9 | ^3.0", |
| 33 | + "phpstan/phpstan-phpunit": "^1.4 | ^2.0", |
| 34 | + "phpstan/phpstan-deprecation-rules": "^1.2 | ^2.0" |
35 | 35 | }, |
36 | 36 | "autoload": { |
37 | 37 | "psr-4": { |
|
0 commit comments