Skip to content

Commit 2c99f3c

Browse files
committed
wip: Update format as filamentv4
1 parent f51e4f6 commit 2c99f3c

File tree

362 files changed

+8375
-7631
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

362 files changed

+8375
-7631
lines changed

composer.json

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,30 @@
2323
],
2424
"require": {
2525
"php": ">=8.2",
26-
"laravel/framework": "^11.0|^12.0",
27-
"filament/spatie-laravel-translatable-plugin": "^3.2",
28-
"guava/filament-icon-picker": "^2.0",
2926
"khatabwedaa/blade-css-icons": "^1.5",
30-
"pboivin/filament-peek": "^2.4",
31-
"solution-forest/filament-field-group": "^1.0.14",
27+
"lara-zeus/spatie-translatable": "^1.0",
28+
"laravel/framework": "^11.0|^12.0",
29+
"pboivin/filament-peek": "^3.0",
30+
"phiki/phiki": "^1.1",
31+
"solution-forest/filament-field-group": "^2.0",
3232
"solution-forest/inspirecms-support": "self.version",
3333
"spatie/laravel-package-tools": "^1.15.0",
3434
"spatie/laravel-permission": "^6.0"
3535
},
3636
"require-dev": {
37+
"filament/upgrade": "^4.0",
38+
"larastan/larastan": "^3.0",
3739
"laravel/pint": "^1.0",
3840
"nunomaduro/collision": "^8.0",
39-
"nunomaduro/larastan": "^3.0",
4041
"orchestra/testbench": "^9.0|^10.0",
41-
"pestphp/pest": "^2.1|^3.0",
42-
"pestphp/pest-plugin-arch": "^2.0|^3.0",
43-
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
42+
"pestphp/pest": "^3.0",
43+
"pestphp/pest-plugin-arch": "^3.0",
44+
"pestphp/pest-plugin-laravel": "^3.0",
45+
"pestphp/pest-plugin-livewire": "^3.0",
4446
"phpstan/extension-installer": "^1.1",
45-
"php-ffmpeg/php-ffmpeg": "^1.2",
46-
"phpstan/phpstan-deprecation-rules": "^2.0.0",
47+
"phpstan/phpstan-deprecation-rules": "^2.0",
4748
"phpstan/phpstan-phpunit": "^2.0",
49+
"rector/rector": "^2.0",
4850
"spatie/laravel-ray": "^1.26"
4951
},
5052
"autoload": {
@@ -67,10 +69,12 @@
6769
},
6870
"scripts": {
6971
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
70-
"analyse": "vendor/bin/phpstan analyse",
71-
"test": "vendor/bin/pest",
72-
"test-coverage": "vendor/bin/pest --coverage",
73-
"format": "vendor/bin/pint"
72+
"analyse": "phpstan analyse",
73+
"lint": "pint",
74+
"refactor": "rector",
75+
"test": "pest",
76+
"test:lint": "pint --test",
77+
"test:refactor": "rector --dry-run"
7478
},
7579
"config": {
7680
"sort-packages": true,
@@ -90,7 +94,7 @@
9094
}
9195
}
9296
},
93-
"minimum-stability": "stable",
97+
"minimum-stability": "dev",
9498
"prefer-stable": true,
9599
"repositories": [
96100
{

0 commit comments

Comments
 (0)