|
18 | 18 | "require": { |
19 | 19 | "php": "^8.1", |
20 | 20 | "filament/filament": "^3.0", |
21 | | - "illuminate/contracts": "^9.0 | ^10.0 | ^11.0", |
| 21 | + "illuminate/contracts": "^9.0 | ^10.0 | ^11.0 | ^12.0", |
22 | 22 | "pboivin/filament-peek": "^2.0", |
23 | 23 | "spatie/laravel-package-tools": "^1.13.5" |
24 | 24 | }, |
25 | 25 | "require-dev": { |
26 | 26 | "larastan/larastan": "^2.9", |
27 | 27 | "laravel/pint": "^1.0", |
28 | 28 | "nunomaduro/collision": "^7.0 | ^8.0", |
29 | | - "orchestra/testbench": "^8.0 | ^9.0", |
30 | | - "pestphp/pest": "^2.0", |
31 | | - "pestphp/pest-plugin-laravel": "^2.0", |
32 | | - "pestphp/pest-plugin-livewire": "^2.0", |
33 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
34 | | - "phpstan/phpstan-phpunit": "^1.0", |
| 29 | + "orchestra/testbench": "^8.0 | ^9.0 | ^10.0", |
| 30 | + "pestphp/pest": "^2.0 | ^3.7", |
| 31 | + "pestphp/pest-plugin-laravel": "^2.0 | ^3.1", |
| 32 | + "pestphp/pest-plugin-livewire": "^2.0 | ^3.0", |
| 33 | + "phpstan/phpstan-deprecation-rules": "^1.0 | ^2.0", |
| 34 | + "phpstan/phpstan-phpunit": "^1.0 | ^2.0", |
35 | 35 | "spatie/laravel-ray": "^1.26" |
36 | 36 | }, |
37 | 37 | "autoload": { |
|
0 commit comments