Skip to content

Commit 1bb0275

Browse files
author
Daniel Gomes
committed
Add php codesniffer as a dev dependency
1 parent a82662a commit 1bb0275

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
@@ -20,7 +20,8 @@
2020
"php": "^7.1"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7"
23+
"phpunit/phpunit": "^7",
24+
"squizlabs/php_codesniffer": "^3.0"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)