Skip to content

Commit 3401479

Browse files
committed
Add php codesniffer.
1 parent 5c2234f commit 3401479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"spatie/laravel-dashboard": "^2.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.3"
23+
"phpunit/phpunit": "^9.3",
24+
"squizlabs/php_codesniffer": "^3.6.2"
2425
},
2526
"autoload": {
2627
"psr-4": {

0 commit comments

Comments
 (0)