Skip to content

Commit 4ed481f

Browse files
committed
add v5 branch
1 parent 0e14e25 commit 4ed481f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
":vendor_name",
66
"laravel",
77
"filamentphp",
8+
"filament",
9+
"filament-plugin",
810
":package_slug"
911
],
1012
"homepage": "https://github.com/:vendor_slug/:package_slug",
@@ -22,20 +24,20 @@
2224
],
2325
"require": {
2426
"php": "^8.2",
25-
"filament/filament": "^4.0",
26-
"filament/forms": "^4.0",
27-
"filament/tables": "^4.0",
27+
"filament/filament": "^5.0",
28+
"filament/forms": "^5.0",
29+
"filament/tables": "^5.0",
2830
"spatie/laravel-package-tools": "^1.15.0"
2931
},
3032
"require-dev": {
3133
"larastan/larastan": "^3.0",
3234
"laravel/pint": "^1.0",
3335
"nunomaduro/collision": "^8.0",
3436
"orchestra/testbench": "^9.0|^10.0",
35-
"pestphp/pest": "^3.0",
36-
"pestphp/pest-plugin-arch": "^3.0",
37-
"pestphp/pest-plugin-laravel": "^3.0",
38-
"pestphp/pest-plugin-livewire": "^3.0",
37+
"pestphp/pest": "^3.7|^4.0",
38+
"pestphp/pest-plugin-arch": "^3.0|^4.0",
39+
"pestphp/pest-plugin-laravel": "^3.0|^4.0",
40+
"pestphp/pest-plugin-livewire": "^3.0|^4.0",
3941
"phpstan/extension-installer": "^1.1",
4042
"phpstan/phpstan-deprecation-rules": "^2.0",
4143
"phpstan/phpstan-phpunit": "^2.0",

0 commit comments

Comments
 (0)