mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
added a recipe for symfony/flex
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user