Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Added php codesniffer as a dev dependency
  • Loading branch information
AntonyThorpe committed May 30, 2024
1 parent e2aba68 commit 94a0a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"require": {
"silverstripe/framework": "^5.0.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.2"
},
"autoload": {
"psr-4": {
"AntonyThorpe\\Consumer\\": "src/",
Expand Down

0 comments on commit 94a0a38

Please sign in to comment.