|
@@ -1,20 +1,10 @@
|
|
|
{
|
|
{
|
|
|
"bundles": {
|
|
"bundles": {
|
|
|
- "Dechef\\Bundle\\TestBundle": ["all"]
|
|
|
|
|
- },
|
|
|
|
|
- "copy-from-recipe": {
|
|
|
|
|
- "config/": "%CONFIG_DIR%/",
|
|
|
|
|
- "public/": "%PUBLIC_DIR%/",
|
|
|
|
|
- "src/": "%SRC_DIR%/"
|
|
|
|
|
- },
|
|
|
|
|
- "composer-scripts": {
|
|
|
|
|
- "make cache-warmup": "script",
|
|
|
|
|
- "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
|
|
|
|
|
|
+ "Dechef\\HelloworldBundle": ["all"]
|
|
|
},
|
|
},
|
|
|
"env": {
|
|
"env": {
|
|
|
- "APP_ENV": "dev",
|
|
|
|
|
- "APP_DEBUG": "1",
|
|
|
|
|
- "APP_SECRET": "%generate(secret)%"
|
|
|
|
|
|
|
+ "DECHEF_HELLOWORLD": true,
|
|
|
|
|
+ "DECHEF_APIKEY": true
|
|
|
},
|
|
},
|
|
|
"gitignore": [
|
|
"gitignore": [
|
|
|
".env",
|
|
".env",
|