We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19636e8 + f546fb6 commit b65573cCopy full SHA for b65573c
composer.json
@@ -9,10 +9,10 @@
9
"psr/http-server-middleware": "^1.0"
10
},
11
"require-dev": {
12
- "chadicus/coding-standard": "dev-master",
13
"laminas/laminas-diactoros": "^1.8||^2.0",
14
"php-coveralls/php-coveralls": "^2.5",
15
- "phpunit/phpunit": ">=6.1"
+ "phpunit/phpunit": ">=6.1",
+ "squizlabs/php_codesniffer": "^3.7"
16
17
"config" : {
18
"sort-packages": true
phpcs.xml.dist
@@ -4,7 +4,7 @@
4
<file>tests</file>
5
<arg name="colors" />
6
<arg value="p" />
7
- <rule ref="./vendor/chadicus/coding-standard/Chadicus" />
+ <rule ref="PSR2" />
8
<arg name="report-full" />
</ruleset>
0 commit comments