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.
1 parent 2ec1aeb commit 377175bCopy full SHA for 377175b
composer.json
@@ -24,7 +24,8 @@
24
"require-dev": {
25
"phpunit/phpunit": "^5.3",
26
"php-http/mock-client": "^0.3.0",
27
- "estahn/phpunit-json-assertions": "@stable"
+ "estahn/phpunit-json-assertions": "@stable",
28
+ "squizlabs/php_codesniffer": "^3.1"
29
},
30
"autoload": {
31
"psr-4": {
phpcs.xml
@@ -0,0 +1,5 @@
1
+<?xml version="1.0"?>
2
+<ruleset name="PSR2">
3
+ <rule ref="PSR2"/>
4
+ <file>./src</file>
5
+</ruleset>
0 commit comments