Commit 53429669 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Suggère deployer/deployer & roave/security-advisories plutôt que de les inclure.

No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
} }
], ],
"require": { "require": {
"deployer/deployer": "@stable",
"hirak/prestissimo": "@stable", "hirak/prestissimo": "@stable",
"irstea/composer-require-checker-shim": "@stable", "irstea/composer-require-checker-shim": "@stable",
"irstea/pcov-clobber-plugin": "@stable", "irstea/pcov-clobber-plugin": "@stable",
...@@ -18,11 +17,13 @@ ...@@ -18,11 +17,13 @@
"irstea/phpcpd-shim": "@stable", "irstea/phpcpd-shim": "@stable",
"irstea/phploc-shim": "@stable", "irstea/phploc-shim": "@stable",
"irstea/phpmd-config": "@stable", "irstea/phpmd-config": "@stable",
"irstea/phpmd-shim": "@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",
"roave/security-advisories": "dev-master",
"sensiolabs/security-checker": "@stable" "sensiolabs/security-checker": "@stable"
},
"suggests": {
"deployer/deployer": "Pour gérer les déploiements sur les serveurs",
"roave/security-advisories": "Pour s'assurer de ne pas mettre à jour avec des versions concernées par des failles de sécurité."
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment