Skip to content

Commit 90560e5

Browse files
committed
Add phpcs to require-dev
1 parent a02c8aa commit 90560e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"ext-curl": "*"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "*"
20+
"phpunit/phpunit": "*",
21+
"squizlabs/php_codesniffer": "*"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)