Skip to content

Commit

Permalink
build: Added allow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
blue32a committed Jul 3, 2023
1 parent acaf362 commit 628a015
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"squizlabs/php_codesniffer": "^3.5"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 628a015

Please sign in to comment.