|
23 | 23 | "require": {
|
24 | 24 | "php": "^8.1|^8.2",
|
25 | 25 | "filament/filament": "^3.0",
|
26 |
| - "illuminate/contracts": "^10.0|^11.0", |
| 26 | + "illuminate/contracts": "^10.0|^11.0|^12.0", |
27 | 27 | "spatie/laravel-package-tools": "^1.14.0",
|
28 | 28 | "statikbe/laravel-chained-translator": "^2.4"
|
29 | 29 | },
|
30 | 30 | "require-dev": {
|
31 | 31 | "laravel/pint": "^1.0",
|
32 | 32 | "nunomaduro/collision": "^7.0||^8.0",
|
33 |
| - "nunomaduro/larastan": "^2.4", |
| 33 | + "nunomaduro/larastan": "^3.0", |
34 | 34 | "orchestra/testbench": "^8.0",
|
35 |
| - "pestphp/pest": "^2.0", |
36 |
| - "pestphp/pest-plugin-laravel": "^2.0", |
| 35 | + "pestphp/pest": "^3.0", |
| 36 | + "pestphp/pest-plugin-laravel": "^3.0", |
37 | 37 | "phpstan/extension-installer": "^1.2",
|
38 |
| - "phpstan/phpstan-deprecation-rules": "^1.1", |
39 |
| - "phpstan/phpstan-phpunit": "^1.3", |
40 |
| - "phpunit/phpunit": "^10.0|^11.0" |
| 38 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 39 | + "phpstan/phpstan-phpunit": "^2.0", |
| 40 | + "phpunit/phpunit": "^10.0|^11.0|^12.0" |
41 | 41 | },
|
42 | 42 | "autoload": {
|
43 | 43 | "psr-4": {
|
|
0 commit comments