|
@@ -54,7 +54,7 @@ Script definition example:
|
|
"post-update-cmd": "MyVendor\\MyClass::postUpdate",
|
|
"post-update-cmd": "MyVendor\\MyClass::postUpdate",
|
|
"post-package-install": [
|
|
"post-package-install": [
|
|
"MyVendor\\MyClass::postPackageInstall"
|
|
"MyVendor\\MyClass::postPackageInstall"
|
|
- ]
|
|
|
|
|
|
+ ],
|
|
"post-install-cmd": [
|
|
"post-install-cmd": [
|
|
"MyVendor\\MyClass::warmCache",
|
|
"MyVendor\\MyClass::warmCache",
|
|
"phpunit -c app/"
|
|
"phpunit -c app/"
|