Skip to content

Commit b65573c

Browse files
authored
Merge pull request #4 from chadicus/main
Switch to PSR2 coding standard
2 parents 19636e8 + f546fb6 commit b65573c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"psr/http-server-middleware": "^1.0"
1010
},
1111
"require-dev": {
12-
"chadicus/coding-standard": "dev-master",
1312
"laminas/laminas-diactoros": "^1.8||^2.0",
1413
"php-coveralls/php-coveralls": "^2.5",
15-
"phpunit/phpunit": ">=6.1"
14+
"phpunit/phpunit": ">=6.1",
15+
"squizlabs/php_codesniffer": "^3.7"
1616
},
1717
"config" : {
1818
"sort-packages": true

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<file>tests</file>
55
<arg name="colors" />
66
<arg value="p" />
7-
<rule ref="./vendor/chadicus/coding-standard/Chadicus" />
7+
<rule ref="PSR2" />
88
<arg name="report-full" />
99
</ruleset>
1010

0 commit comments

Comments
 (0)