Skip to content

Commit

Permalink
Merge pull request #4 from chadicus/main
Browse files Browse the repository at this point in the history
Switch to PSR2 coding standard
  • Loading branch information
chadicus authored May 12, 2023
2 parents 19636e8 + f546fb6 commit b65573c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"chadicus/coding-standard": "dev-master",
"laminas/laminas-diactoros": "^1.8||^2.0",
"php-coveralls/php-coveralls": "^2.5",
"phpunit/phpunit": ">=6.1"
"phpunit/phpunit": ">=6.1",
"squizlabs/php_codesniffer": "^3.7"
},
"config" : {
"sort-packages": true
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<file>tests</file>
<arg name="colors" />
<arg value="p" />
<rule ref="./vendor/chadicus/coding-standard/Chadicus" />
<rule ref="PSR2" />
<arg name="report-full" />
</ruleset>

0 comments on commit b65573c

Please # to comment.