Skip to content

Commit

Permalink
Merge pull request #4 from mentisy/allow-plugin
Browse files Browse the repository at this point in the history
Allow codesniffer plugin for composer
  • Loading branch information
mentisy authored Jul 27, 2022
2 parents 5febd36 + 3a51d62 commit 9c5c80f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3,449 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Thumbs.db

# Tool specific files #
#######################
composer.lock
# PHPUnit
.phpunit.result.cache
# vim
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
},
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 9c5c80f

Please sign in to comment.