1
0
Fork 0

Update doc/articles/scripts.md

forget a comma
pull/1520/head
PCSG 2013-01-23 18:55:57 +01:00
parent f3dec1cba2
commit d0a61bbaa0
1 changed files with 1 additions and 1 deletions

View File

@ -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/"