Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: composer allowed plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 6, 2022
1 parent c0045cd commit 39e4975
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"cs-check": "vendor/bin/phpcs --standard=Doctrine",
"cs-fix": "vendor/bin/phpcbf --standard=Doctrine"

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

}

0 comments on commit 39e4975

Please sign in to comment.