parent
f3dec1cba2
commit
d0a61bbaa0
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue