Skip to content

Commit

Permalink
allow composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
therouv committed Apr 3, 2023
1 parent fdcc523 commit c82b478
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true,
"ocramius/package-versions": true
}
}
}

0 comments on commit c82b478

Please sign in to comment.