added a recipe for symfony/flex

This commit is contained in:
Fabien Potencier
2017-03-10 22:01:11 -08:00
parent 5411f52732
commit 59869b5652
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
".env.dist": ".env.dist"
}
}
@@ -5,8 +5,7 @@
"copy-from-recipe": {
"etc/": "%ETC_DIR%/",
"src/": "%SRC_DIR%/",
"web/": "%WEB_DIR%/",
".env.dist": ".env.dist"
"web/": "%WEB_DIR%/"
},
"composer-scripts": {
"cache:clear --no-warmup": "symfony-cmd",