mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
32 lines
1020 B
JSON
32 lines
1020 B
JSON
{
|
|
"manifests": {
|
|
"netbull/security-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"NetBull\\SecurityBundle\\NetBullSecurityBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"vendor/bin/browscap-php browscap:fetch": "php-script",
|
|
"vendor/bin/browscap-php browscap:convert": "php-script"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/netbull_security.yaml": {
|
|
"contents": [
|
|
"netbull_security:",
|
|
" banned_route: CHANGE_ME_WITH_REAL__ROUTE",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c4fc5d06abc5cc9a5b53f2da646ae95c352c84f2"
|
|
}
|
|
}
|
|
}
|