Skip to content

Commit

Permalink
allow composer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
feropeterko committed Jul 30, 2022
1 parent 35b0d3c commit cb9af12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@

"autoload": {
"classmap": ["src/"]
},

"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit cb9af12

Please sign in to comment.