diff --git a/composer.circleci.json b/composer.circleci.json index 95d3b80d..353233f8 100644 --- a/composer.circleci.json +++ b/composer.circleci.json @@ -32,10 +32,10 @@ "test": "./vendor/bin/phpunit --configuration phpunit.circleci.xml" }, "require" : { - "php" : ">=5.6.0" + "php" : ">=5.6.0", + "squizlabs/php_codesniffer": "^3.1" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0", - "squizlabs/php_codesniffer": "^3.1" + "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0" } }