Skip to content

Commit

Permalink
allow plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Aug 10, 2023
1 parent d156ddf commit acd9756
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
"lint": "phpcs src/ tests/",
"lint-clean": "phpcbf src/ tests/"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit acd9756

Please sign in to comment.