Skip to content

Commit

Permalink
Allow phpcodesniffer-composer-installer
Browse files Browse the repository at this point in the history
Also allow composer/installer.
  • Loading branch information
paladox authored Dec 18, 2024
1 parent c03a1cd commit 3519c62
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 @@ -59,7 +59,11 @@
}
},
"config": {
"process-timeout": 0
"process-timeout": 0,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts":{
"test": [
Expand Down

0 comments on commit 3519c62

Please sign in to comment.