Skip to content

Commit fb27c17

Browse files
authored
[Chore] Removed ide helper (alexjustesen#1868)
1 parent 1563f48 commit fb27c17

File tree

2 files changed

+2
-303
lines changed

2 files changed

+2
-303
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"timokoerber/laravel-one-time-operations": "^1.4.4"
3737
},
3838
"require-dev": {
39-
"barryvdh/laravel-ide-helper": "^3.2.2",
4039
"fakerphp/faker": "^1.24.1",
4140
"laravel/pint": "^1.18.3",
4241
"laravel/sail": "^1.39.1",
@@ -69,9 +68,7 @@
6968
"@php artisan filament:upgrade"
7069
],
7170
"post-update-cmd": [
72-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
73-
"@php artisan ide-helper:generate",
74-
"@php artisan ide-helper:meta"
71+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
7572
],
7673
"post-root-package-install": [
7774
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

composer.lock

Lines changed: 1 addition & 299 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)