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