Skip to content

Commit d430c7b

Browse files
committed
Upgrade to Filament v4
1 parent cf2c95e commit d430c7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
"license": "MIT",
1111
"require": {
1212
"php": "^8.2",
13-
"filament/filament": "^3.0",
13+
"filament/filament": "^4.0",
1414
"illuminate/contracts": "^10.0|^11.0|^12.0",
1515
"spatie/laravel-package-tools": "^1.12",
1616
"spatie/laravel-translatable": "^6.5"
1717
},
1818
"require-dev": {
19+
"filament/upgrade": "^4.0",
20+
"larastan/larastan": "^2.0|^3.0",
1921
"laravel/pint": "^1.0",
2022
"nunomaduro/collision": "^7.0|^8.0",
21-
"larastan/larastan": "^2.0|^3.0",
2223
"orchestra/testbench": "^8.0|^9.0|^10.0",
2324
"pestphp/pest": "^2.0|^3.0",
2425
"pestphp/pest-plugin-laravel": "^2.0|^3.0",

0 commit comments

Comments
 (0)