diff --git a/composer.json b/composer.json index 98d6376..b0d85a1 100644 --- a/composer.json +++ b/composer.json @@ -52,13 +52,12 @@ ], "clear-config-cache": "php bin/clear-config-cache.php", "cs-check": "phpcs", - "cs-check-ci": "phpcs --no-colors --report=TeamCityCsReport.php", + "cs-check-teamcity": "phpcs --no-colors --report=TeamCityCsReport.php", "cs-fix": "phpcbf", "serve": "php -S 0.0.0.0:8888 -t public index.php", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", "test-coverage-html": "phpunit --colors=always --coverage-html test/coverage", - "test-coverage-ci": "phpunit --colors=always --coverage-html test/coverage --teamcity", "upload-coverage": "coveralls -v" } }