Skip to content

Commit

Permalink
DEP Don't include vendor-plugin as an explicit dependency (#222)
Browse files Browse the repository at this point in the history
We don't directly reference it in code or config, so we can rely on silverstripe/framework having this dependency for us.
  • Loading branch information
GuySartorelli authored Jan 7, 2025
1 parent 3087fdb commit 50d9c6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"silverstripe/framework": "^6",
"silverstripe/cms": "^6",
"guzzlehttp/guzzle": "^7.9",
"fzaninotto/faker": "^1.9.2",
"silverstripe/vendor-plugin": "^2"
"fzaninotto/faker": "^1.9.2"
},
"extra": {
"expose": [
Expand Down

0 comments on commit 50d9c6b

Please sign in to comment.