mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
fix validation error
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
../4.2/config/
|
||||
@@ -1 +0,0 @@
|
||||
../../4.2/config/bootstrap.php
|
||||
@@ -1 +0,0 @@
|
||||
../../4.2/config/packages/
|
||||
@@ -1,3 +0,0 @@
|
||||
_errors:
|
||||
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
|
||||
prefix: /__error
|
||||
@@ -1 +0,0 @@
|
||||
../../4.2/config/services.yaml
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"public/": "%PUBLIC_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
},
|
||||
"composer-scripts": {
|
||||
"cache:clear": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
},
|
||||
"env": {
|
||||
"APP_ENV": "dev",
|
||||
"APP_SECRET": "%generate(secret)%",
|
||||
"#TRUSTED_PROXIES": "127.0.0.1,127.0.0.2",
|
||||
"#TRUSTED_HOSTS": "'^localhost|example\\.com$'"
|
||||
},
|
||||
"gitignore": [
|
||||
"/.env.local",
|
||||
"/.env.local.php",
|
||||
"/.env.*.local",
|
||||
"/%PUBLIC_DIR%/bundles/",
|
||||
"/%VAR_DIR%/",
|
||||
"/vendor/"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
../4.2/manifest.json
|
||||
Reference in New Issue
Block a user