mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
10 lines
262 B
JSON
10 lines
262 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"vendor/bin/security-checker security:check": "php-script"
|
|
},
|
|
"aliases": ["security-check", "security-checker", "sec-checker", "sec-check", "sec-checks"]
|
|
}
|