|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "require": { |
23 | | - "php": "^8.1", |
| 23 | + "php": "^8.2", |
24 | 24 | "filament/filament": "^4.0 || ^5.0", |
25 | 25 | "filament/notifications": "^4.0 || ^5.0", |
26 | 26 | "spatie/laravel-package-tools": "^1.15", |
27 | 27 | "illuminate/contracts": "^11.0 || ^12.0" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "larastan/larastan": "^2.0 || ^3.0", |
| 30 | + "larastan/larastan": "^3.0", |
31 | 31 | "laravel/pint": "^1.0", |
32 | | - "orchestra/testbench": "^8.0 || ^9.0 || ^10.0", |
33 | | - "pestphp/pest": "^2.0 || ^3.7 || ^4.0", |
34 | | - "pestphp/pest-plugin-arch": "^2.0 || ^3.0 || ^4.0", |
35 | | - "pestphp/pest-plugin-laravel": "^2.0 || ^3.1 || ^4.0", |
36 | | - "pestphp/pest-plugin-livewire": "^3.0 || ^4.0", |
37 | | - "phpstan/extension-installer": "^1.1", |
38 | | - "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", |
39 | | - "phpstan/phpstan-phpunit": "^1.0 || ^2.0" |
| 32 | + "orchestra/testbench": "*", |
| 33 | + "pestphp/pest": "^3.7 || ^4.0", |
| 34 | + "pestphp/pest-plugin-arch": "*", |
| 35 | + "pestphp/pest-plugin-laravel": "*", |
| 36 | + "pestphp/pest-plugin-livewire": "*", |
| 37 | + "phpstan/extension-installer": "*", |
| 38 | + "phpstan/phpstan-deprecation-rules": "*", |
| 39 | + "phpstan/phpstan-phpunit": "*" |
40 | 40 | }, |
41 | 41 | "autoload": { |
42 | 42 | "psr-4": { |
|
0 commit comments