Skip to content

Commit

Permalink
chore(deps-dev): allow required composer plugins (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t authored Dec 24, 2021
1 parent c280096 commit caba2a5
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 @@ -75,7 +75,11 @@
"filp/whoops": "Required for friendly error pages in development (^2.9)."
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit caba2a5

Please sign in to comment.