Skip to content

Commit

Permalink
allow plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Aug 22, 2022
1 parent 6c106d8 commit e5acdb4
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 @@ -21,6 +21,13 @@
"silverstripe/recipe-cms": "^4.4",
"lekoala/silverstripe-cms-actions": "*"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"silverstripe/recipe-plugin": true,
"silverstripe/vendor-plugin": true
}
},
"extra": {
"installer-name": "softdelete"
},
Expand Down

0 comments on commit e5acdb4

Please sign in to comment.