We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
require
1 parent f6bdc3a commit 2976bcaCopy full SHA for 2976bca
composer.circleci.json
@@ -32,10 +32,10 @@
32
"test": "./vendor/bin/phpunit --configuration phpunit.circleci.xml"
33
},
34
"require" : {
35
- "php" : ">=5.6.0"
+ "php" : ">=5.6.0",
36
+ "squizlabs/php_codesniffer": "^3.1"
37
38
"require-dev": {
- "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0",
39
- "squizlabs/php_codesniffer": "^3.1"
+ "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0"
40
}
41
0 commit comments