1
0
Fork 0

added stof's php inline example from #3190 to doc/articles/scripts.md

pull/3191/head
jakoch 2014-08-06 14:54:43 +02:00
parent 4ecdbf89c4
commit 9d5106e2e3
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ Script definition example:
"post-install-cmd": [ "post-install-cmd": [
"MyVendor\\MyClass::warmCache", "MyVendor\\MyClass::warmCache",
"phpunit -c app/" "phpunit -c app/"
],
"post-create-project-cmd" : [
"php -r \"copy('config/local-example.php', 'config/local.php');\""
] ]
} }
} }