From 154c5922bb67d45341a59a99e44f2c2de7f0ab50 Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Mon, 19 Aug 2019 17:33:03 +0200
Subject: [PATCH] CI: correction du nom d'un des jobs de configuration.

---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 80b67eb..5c056aa 100644
--- a/composer.json
+++ b/composer.json
@@ -60,7 +60,7 @@
         "@test:phpmd",
         "@test:phpstan",
         "@test:phpcpd",
-        "@test:composer-require",
+        "@test:composer-require-checker",
         "@test:phpunit",
         "@test:console"
       ],
@@ -69,7 +69,7 @@
       "test:phpmd": "@php vendor/bin/phpmd src/php,tests text ./phpmd-ruleset.xml",
       "test:phpcpd": "@php vendor/bin/phpcpd src/php tests --no-interaction --fuzzy",
       "test:phpstan": "@php vendor/bin/phpstan analyse --no-progress --no-interaction",
-      "test:composer-require": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors",
+      "test:composer-require-checker": "@php -d xdebug.max_nesting_level=1000 vendor/bin/composer-require-checker --ignore-parse-errors",
       "test:phpunit": "@php vendor/bin/phpunit",
       "test:console":[
         "@php tests/Fixtures/console doctrine:schema:validate --skip-sync"
-- 
GitLab