We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2c95e commit d430c7bCopy full SHA for d430c7b
composer.json
@@ -10,15 +10,16 @@
10
"license": "MIT",
11
"require": {
12
"php": "^8.2",
13
- "filament/filament": "^3.0",
+ "filament/filament": "^4.0",
14
"illuminate/contracts": "^10.0|^11.0|^12.0",
15
"spatie/laravel-package-tools": "^1.12",
16
"spatie/laravel-translatable": "^6.5"
17
},
18
"require-dev": {
19
+ "filament/upgrade": "^4.0",
20
+ "larastan/larastan": "^2.0|^3.0",
21
"laravel/pint": "^1.0",
22
"nunomaduro/collision": "^7.0|^8.0",
- "larastan/larastan": "^2.0|^3.0",
23
"orchestra/testbench": "^8.0|^9.0|^10.0",
24
"pestphp/pest": "^2.0|^3.0",
25
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
0 commit comments