1
0
Fork 0

Merge pull request #3191 from jakoch/master

added stof's php inline example from #3190 to doc/articles/scripts.md
pull/3328/head
Jordi Boggiano 2014-10-04 17:55:03 +01:00
commit 6c0afd3fc0
1 changed files with 3 additions and 0 deletions

View File

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