Skip to content

Commit 9fbf045

Browse files
authored
Merge pull request #19 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 578c316 + 0c055f5 commit 9fbf045

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"php": "^8.2",
2525
"filament/filament": "^3.0",
2626
"spatie/laravel-package-tools": "^1.15.0",
27-
"illuminate/contracts": "^10.0 || ^11.0",
27+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
2828
"laravel/pulse": "^1.2.3"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",
3232
"nunomaduro/collision": "^7.9",
3333
"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",
3838
"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"
4141
},
4242
"autoload": {
4343
"psr-4": {
@@ -66,7 +66,7 @@
6666
"extra": {
6767
"laravel": {
6868
"providers": [
69-
"Dotswan\\FilamentLaravelPulse\\FilamentLaravelPulseServiceProvider"
69+
"Dotswan\\FilamentLaravelPulse\\FilamentLaravelPulseServiceProvider"
7070
],
7171
"aliases": {
7272
"FilamentLaravelPulse": "Dotswan\\FilamentLaravelPulse\\Facades\\FilamentLaravelPulse"

0 commit comments

Comments
 (0)