mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"locks": {
|
||||
"phpfastcache/phpfastcache-bundle": {
|
||||
"version": "3.0",
|
||||
"recipe": {
|
||||
"repo": "3.0",
|
||||
"branch": "master",
|
||||
"version": "3.0",
|
||||
"ref": "02e96b4f3739af1dbfdf799e493bcc8e9bd04025"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"phpfastcache/phpfastcache-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "phpfastcache/phpfastcache-bundle",
|
||||
"version": "3.0",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Phpfastcache\\Bundle\\PhpfastcacheBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "Avoid special chars in the file cache path such as: @, %, :, +, ~, etc.",
|
||||
"PHPFASTCACHE_FILECACHE_PATH": "%kernel.cache_dir%/phpfastcache/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/phpfastcache.yaml": {
|
||||
"contents": "phpfastcache:\n twig_driver: \"filecache\" # This option must be a valid declared driver, in our example: \"filecache\"\n twig_block_debug: false # This option will wrap CACHE/ENDCACHE blocks with block debug as HTML comment\n drivers:\n filecache:\n type: Files\n parameters:\n path: \"%env(PHPFASTCACHE_FILECACHE_PATH)%\"\n\n# Define your drivers here. The example below connects to database 0 of the default Redis server.\n#\n# See https://github.com/PHPSocialNetwork/phpfastcache-bundle/wiki for instructions on\n# how to configure the bundle.\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
}
|
||||
},
|
||||
"origin": "phpfastcache/phpfastcache-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
||||
"not_installable": false,
|
||||
"is_contrib": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user