|
17 | 17 | "require": { |
18 | 18 | "php": "^8.2", |
19 | 19 | "spatie/laravel-package-tools": "^1.16", |
20 | | - "illuminate/contracts": "^10.0||^11.0" |
| 20 | + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | | - "larastan/larastan": "^2.9", |
24 | | - "laravel/pint": "^1.14", |
| 23 | + "larastan/larastan": "^2.9|^3.0", |
| 24 | + "laravel/pint": "^1.21", |
25 | 25 | "mockery/mockery": "^1.6", |
26 | | - "nunomaduro/collision": "^8.1.1||^7.10.0", |
27 | | - "orchestra/testbench": "^9.0.0||^8.22.0", |
28 | | - "pestphp/pest": "^2.34", |
29 | | - "pestphp/pest-plugin-arch": "^2.7", |
30 | | - "pestphp/pest-plugin-laravel": "^2.3", |
| 26 | + "nunomaduro/collision": "^8.1.1|^7.10.0", |
| 27 | + "orchestra/testbench": "^8.0|^9.0|^10.0", |
| 28 | + "pestphp/pest": "^2.0|^3.0", |
| 29 | + "pestphp/pest-plugin-arch": "^2.0|^3.0", |
| 30 | + "pestphp/pest-plugin-laravel": "^2.0|^3.0", |
31 | 31 | "phpstan/extension-installer": "^1.3", |
32 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
33 | | - "phpstan/phpstan-phpunit": "^1.3", |
34 | | - "spatie/laravel-ray": "^1.35" |
| 32 | + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
| 33 | + "phpstan/phpstan-phpunit": "^1.0|^2.0", |
| 34 | + "spatie/laravel-ray": "^1.39" |
35 | 35 | }, |
36 | 36 | "autoload": { |
37 | 37 | "psr-4": { |
|
0 commit comments