Skip to content

Commit 2976bca

Browse files
authored
CircleCI Composer: move PHPCS dependency to require (#141)
Follow up on 106 which did this for the "normal" `composer.json` file.
1 parent f6bdc3a commit 2976bca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.circleci.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"test": "./vendor/bin/phpunit --configuration phpunit.circleci.xml"
3333
},
3434
"require" : {
35-
"php" : ">=5.6.0"
35+
"php" : ">=5.6.0",
36+
"squizlabs/php_codesniffer": "^3.1"
3637
},
3738
"require-dev": {
38-
"phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
39-
"squizlabs/php_codesniffer": "^3.1"
39+
"phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0"
4040
}
4141
}

0 commit comments

Comments
 (0)