| 12345678910111213141516171819202122232425 |
- {
- "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"
- },
- "env": {
- "APP_ENV": "dev",
- "APP_DEBUG": "1",
- "APP_SECRET": "%generate(secret)%"
- },
- "gitignore": [
- ".env",
- "/public/bundles/",
- "/var/",
- "/vendor/"
- ]
- }
|