|
20 | 20 | "require": { |
21 | 21 | "php": "^8.2", |
22 | 22 | "spatie/laravel-package-tools": "^1.16", |
23 | | - "illuminate/contracts": "^11.0|^12.0" |
| 23 | + "illuminate/contracts": "^13.0" |
24 | 24 | }, |
25 | 25 | "require-dev": { |
26 | 26 | "laravel/pint": "^1.14", |
27 | 27 | "nunomaduro/collision": "^8.1.1", |
28 | | - "larastan/larastan": "^2.9", |
29 | | - "orchestra/testbench": "^9.0|^10.0", |
30 | | - "pestphp/pest": "^3.0", |
31 | | - "pestphp/pest-plugin-arch": "^3.0", |
32 | | - "pestphp/pest-plugin-laravel": "^2.0||^3.0", |
| 28 | + "larastan/larastan": "^2.9|^3.0", |
| 29 | + "orchestra/testbench": "^9.0|^10.0|^11.0", |
| 30 | + "pestphp/pest": "^3.0|^4.0", |
| 31 | + "pestphp/pest-plugin-arch": "^3.0|^4.0|^5.0", |
| 32 | + "pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0|^5.0", |
33 | 33 | "phpstan/extension-installer": "^1.3", |
34 | | - "phpstan/phpstan-deprecation-rules": "^1.1", |
35 | | - "phpstan/phpstan-phpunit": "^1.3" |
| 34 | + "phpstan/phpstan-deprecation-rules": "^1.1|^2.0", |
| 35 | + "phpstan/phpstan-phpunit": "^1.3|^2.0" |
36 | 36 | }, |
37 | 37 | "autoload": { |
38 | 38 | "psr-4": { |
|
0 commit comments