mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"nelmio/alice": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle": [
|
|
"dev",
|
|
"test"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/dev/nelmio_alice.yaml": {
|
|
"contents": [
|
|
"nelmio_alice:",
|
|
" functions_blacklist:",
|
|
" - 'current'",
|
|
" - 'shuffle'",
|
|
" - 'date'",
|
|
" - 'time'",
|
|
" - 'file'",
|
|
" - 'md5'",
|
|
" - 'sha1'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/test/nelmio_alice.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: ../dev/nelmio_alice.yaml }",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "0b9900ece737bec7752e4155c0164639dd9b0cb0"
|
|
}
|
|
}
|
|
}
|