1
0
Fork 0

Merge pull request #1520 from dehenne/patch-1

Update doc/articles/scripts.md
pull/1527/head
Jordi Boggiano 2013-01-25 01:19:55 -08:00
commit a258ae8cfc
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/"