diff --git a/composer.json b/composer.json index 80b67eb9ef9c673c64d4db9b4ea106329becced7..5c056aaf14044a52e0b54624f54f15df8a4e6be4 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"