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