mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e75392211c |
@@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"manifests": {
|
||||||
|
"cache/cache-bundle": {
|
||||||
|
"manifest": {
|
||||||
|
"bundles": {
|
||||||
|
"Cache\\CacheBundle\\CacheBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"SESSION_CACHE_ENABLED": "true",
|
||||||
|
"ROUTER_CACHE_ENABLED": "false"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": {
|
||||||
|
"config/packages/cache.yaml": {
|
||||||
|
"contents": [
|
||||||
|
"cache:",
|
||||||
|
" session:",
|
||||||
|
" enabled: \"%env(bool:SESSION_CACHE_ENABLED)%\"",
|
||||||
|
" service_id: \"cache.provider.default\"",
|
||||||
|
" use_tagging: true",
|
||||||
|
" ttl: 7200",
|
||||||
|
" router:",
|
||||||
|
" enabled: \"%env(bool:ROUTER_CACHE_ENABLED)%\"",
|
||||||
|
" service_id: \"cache.provider.default\"",
|
||||||
|
" ttl: 86400",
|
||||||
|
" logging:",
|
||||||
|
" enabled: \"%env(bool:APP_DEBUG)%\"",
|
||||||
|
" logger: \"logger\"",
|
||||||
|
" level: \"info\"",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"executable": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ref": "817d06a0a3bea320ef72beb249285c7988ee9566"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"manifests": {
|
||||||
|
"cache/cache-bundle": {
|
||||||
|
"manifest": {
|
||||||
|
"bundles": {
|
||||||
|
"Cache\\CacheBundle\\CacheBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"post-install-output": [
|
||||||
|
" * Configure the CacheBundle integrations that your app uses:",
|
||||||
|
" <href=https://github.com/php-cache/cache-bundle#configuration>https://github.com/php-cache/cache-bundle#configuration</>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"files": [],
|
||||||
|
"ref": "18f22d26aefb7526f6098e9d16ad0e3771a42960"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"manifests": {
|
|
||||||
"galactic-shrine/gsid": {
|
|
||||||
"manifest": {
|
|
||||||
"bundles": {
|
|
||||||
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
|
|
||||||
"all"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"copy-from-recipe": {
|
|
||||||
"config/": "%CONFIG_DIR%/"
|
|
||||||
},
|
|
||||||
"post-install-output": [
|
|
||||||
"<bg=blue;fg=white> GsId </>",
|
|
||||||
"",
|
|
||||||
" * The GsId bundle was enabled in config/bundles.php.",
|
|
||||||
" * A default configuration file was created at config/packages/gsid.yaml.",
|
|
||||||
" * For GsId 1.x, declare the Doctrine DBAL type manually if your installed 1.x version does not register it automatically."
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"files": {
|
|
||||||
"config/packages/gsid.yaml": {
|
|
||||||
"contents": [
|
|
||||||
"gsid:",
|
|
||||||
" default_case: Lower",
|
|
||||||
" default_text_format: N",
|
|
||||||
" default_json_format: D",
|
|
||||||
" default_database_format: N",
|
|
||||||
" lock: true",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"executable": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ref": "5c0d87cb84031fca7c414ce778e291991fde0514"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"manifests": {
|
|
||||||
"galactic-shrine/gsid": {
|
|
||||||
"manifest": {
|
|
||||||
"bundles": {
|
|
||||||
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
|
|
||||||
"all"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"copy-from-recipe": {
|
|
||||||
"config/": "%CONFIG_DIR%/"
|
|
||||||
},
|
|
||||||
"post-install-output": [
|
|
||||||
"<bg=blue;fg=white> GsId </>",
|
|
||||||
"",
|
|
||||||
" * The GsId bundle was enabled in config/bundles.php.",
|
|
||||||
" * A default configuration file was created at config/packages/gsid.yaml.",
|
|
||||||
" * If DoctrineBundle is installed, the bundle registers the DBAL type \"gsid\" automatically."
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"files": {
|
|
||||||
"config/packages/gsid.yaml": {
|
|
||||||
"contents": [
|
|
||||||
"gsid:",
|
|
||||||
" default_case: Lower",
|
|
||||||
" default_text_format: N",
|
|
||||||
" default_json_format: D",
|
|
||||||
" default_database_format: N",
|
|
||||||
" lock: true",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"executable": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ref": "78e9503b5cbeda797c170bd8a405994038bbdf14"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"recipes": {
|
"recipes": {
|
||||||
"galactic-shrine/gsid": [
|
"cache/cache-bundle": [
|
||||||
"1.0",
|
"1.0",
|
||||||
"2.0"
|
"2.0"
|
||||||
]
|
]
|
||||||
@@ -13,9 +13,9 @@
|
|||||||
"_links": {
|
"_links": {
|
||||||
"repository": "github.com/symfony/recipes-contrib",
|
"repository": "github.com/symfony/recipes-contrib",
|
||||||
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
||||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2009/{package_dotted}.{version}.json",
|
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2029/{package_dotted}.{version}.json",
|
||||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2009/archived/{package_dotted}/{ref}.json",
|
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2029/archived/{package_dotted}/{ref}.json",
|
||||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user