Supprime sensiolabs/security-checker, obsolète.
Showing
+2 -4
... | @@ -19,8 +19,7 @@ | ... | @@ -19,8 +19,7 @@ |
"irstea/phpmd-config": "@stable", | "irstea/phpmd-config": "@stable", | ||
"irstea/phpstan-config": "@stable", | "irstea/phpstan-config": "@stable", | ||
"php-parallel-lint/php-parallel-lint": "@stable", | "php-parallel-lint/php-parallel-lint": "@stable", | ||
"phpunit/phpunit": "@stable", | "phpunit/phpunit": "@stable" | ||
"sensiolabs/security-checker": "@stable" | |||
}, | }, | ||
"suggests": { | "suggests": { | ||
"deployer/deployer": "Pour gérer les déploiements sur les serveurs", | "deployer/deployer": "Pour gérer les déploiements sur les serveurs", | ||
... | @@ -35,8 +34,7 @@ | ... | @@ -35,8 +34,7 @@ |
"@php vendor/bin/phpmd --version", | "@php vendor/bin/phpmd --version", | ||
"@php vendor/bin/phpstan -V", | "@php vendor/bin/phpstan -V", | ||
"@php vendor/bin/parallel-lint -V", | "@php vendor/bin/parallel-lint -V", | ||
"@php vendor/bin/phpunit --version", | "@php vendor/bin/phpunit --version" | ||
"@php vendor/bin/security-checker -V" | |||
] | ] | ||
} | } | ||
} | } |
Please register or sign in to comment