mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"sensiolabs/security-checker": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"security-checker security:check": "script"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/security_checker.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" _defaults:",
|
|
" autowire: true",
|
|
" autoconfigure: true",
|
|
"",
|
|
" SensioLabs\\Security\\SecurityChecker: null",
|
|
"",
|
|
" SensioLabs\\Security\\Command\\SecurityCheckerCommand: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "160c9b600564faa1224e8f387d49ef13ceb8b793"
|
|
}
|
|
}
|
|
}
|