|
24 | 24 | "php": "^8.2", |
25 | 25 | "filament/filament": "^3.0", |
26 | 26 | "spatie/laravel-package-tools": "^1.15.0", |
27 | | - "illuminate/contracts": "^10.0 || ^11.0", |
| 27 | + "illuminate/contracts": "^10.0 || ^11.0 || ^12.0", |
28 | 28 | "laravel/pulse": "^1.2.3" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | 31 | "laravel/pint": "^1.0", |
32 | 32 | "nunomaduro/collision": "^7.9", |
33 | 33 | "nunomaduro/larastan": "^2.0.1", |
34 | | - "orchestra/testbench": "^8.0", |
35 | | - "pestphp/pest": "^2.0", |
36 | | - "pestphp/pest-plugin-arch": "^2.0", |
37 | | - "pestphp/pest-plugin-laravel": "^2.0", |
| 34 | + "orchestra/testbench": "^8.0 || ^10.0", |
| 35 | + "pestphp/pest": "^2.0 || ^3.7", |
| 36 | + "pestphp/pest-plugin-arch": "^2.0 || ^3.0", |
| 37 | + "pestphp/pest-plugin-laravel": "^2.0 || ^3.1", |
38 | 38 | "phpstan/extension-installer": "^1.1", |
39 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
40 | | - "phpstan/phpstan-phpunit": "^1.0" |
| 39 | + "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", |
| 40 | + "phpstan/phpstan-phpunit": "^1.0 || ^2.0" |
41 | 41 | }, |
42 | 42 | "autoload": { |
43 | 43 | "psr-4": { |
|
66 | 66 | "extra": { |
67 | 67 | "laravel": { |
68 | 68 | "providers": [ |
69 | | - "Dotswan\\FilamentLaravelPulse\\FilamentLaravelPulseServiceProvider" |
| 69 | + "Dotswan\\FilamentLaravelPulse\\FilamentLaravelPulseServiceProvider" |
70 | 70 | ], |
71 | 71 | "aliases": { |
72 | 72 | "FilamentLaravelPulse": "Dotswan\\FilamentLaravelPulse\\Facades\\FilamentLaravelPulse" |
|
0 commit comments