mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
moved aliases directly into the manifest files
This commit is contained in:
@@ -13,5 +13,6 @@
|
||||
"DB_NAME": "symfony",
|
||||
"DB_USER": "root",
|
||||
"DB_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"aliases": ["doctrine", "orm"]
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
}
|
||||
},
|
||||
"aliases": ["admin-gen", "admin-generator", "admin"]
|
||||
}
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"admin-gen": "admin",
|
||||
"admin-generator": "admin",
|
||||
"admin": "javiereguiluz/easyadmin-bundle",
|
||||
"cli": "console",
|
||||
"doctrine": "doctrine/doctrine-bundle",
|
||||
"logging": "log",
|
||||
"log": "monolog-bundle",
|
||||
"mailer": "swiftmailer-bundle",
|
||||
"orm": "doctrine/doctrine-bundle",
|
||||
"profiler": "web-profiler-bundle",
|
||||
"template": "twig",
|
||||
"templates": "twig",
|
||||
"templating": "twig",
|
||||
"translator": "translation",
|
||||
"serialization": "serializer",
|
||||
"logs": "log",
|
||||
"logging": "log",
|
||||
"req-checker": "requirements-checker",
|
||||
"sec-checker": "security-checker",
|
||||
"security-checker": "sensiolabs/security-checker",
|
||||
"twig": "twig-bundle",
|
||||
"orm": "doctrine",
|
||||
"webserver": "server",
|
||||
"web-server": "server",
|
||||
"server": "web-server-bundle"
|
||||
}
|
||||
@@ -4,5 +4,6 @@
|
||||
},
|
||||
"composer-scripts": {
|
||||
"vendor/bin/security-checker security:check": "php-script"
|
||||
}
|
||||
},
|
||||
"aliases": ["security-check", "security-checker", "sec-checker", "sec-check", "sec-checks"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"bin/": "%BIN_DIR%/"
|
||||
}
|
||||
},
|
||||
"aliases": ["cli"]
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
}
|
||||
},
|
||||
"aliases": ["log", "logging", "logs", "monolog"]
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
},
|
||||
"composer-scripts": {
|
||||
"%BIN_DIR%/check.php": "php-script"
|
||||
}
|
||||
},
|
||||
"aliases": ["requirement-check", "requirement-checker", "req-checker", "req-check", "req-checks"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"aliases": ["router"]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"aliases": ["serialization"]
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
"MAILER_PORT": "25",
|
||||
"MAILER_USER": "",
|
||||
"MAILER_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"aliases": ["mailer", "mail"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"aliases": ["translator"]
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/",
|
||||
"templates/": "templates/"
|
||||
}
|
||||
},
|
||||
"aliases": ["twig", "template", "templates", "templating"]
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
}
|
||||
},
|
||||
"aliases": ["profiler"]
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
},
|
||||
"gitignore": [
|
||||
".web-server-pid"
|
||||
]
|
||||
],
|
||||
"aliases": ["web-server", "server"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user