Skip to content

Commit 2645399

Browse files
committed
Add pre-package-uninstall script to composer.json
1 parent fe02bc9 commit 2645399

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
"@php artisan key:generate --ansi",
7474
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
7575
"@php artisan migrate --graceful --ansi"
76+
],
77+
"pre-package-uninstall": [
78+
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
7679
]
7780
},
7881
"extra": {

0 commit comments

Comments
 (0)