Skip to content

Commit 5335c97

Browse files
committed
Merge branch 'master' into release
2 parents 15c3e5c + bcafa73 commit 5335c97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
"post-create-project-cmd": [
4848
"php artisan key:generate"
4949
],
50+
"pre-update-cmd": [
51+
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
52+
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
53+
],
54+
"pre-install-cmd": [
55+
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"",
56+
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
57+
],
5058
"post-install-cmd": [
5159
"Illuminate\\Foundation\\ComposerScripts::postInstall",
5260
"php artisan optimize",

0 commit comments

Comments
 (0)