Skip to content

Commit

Permalink
DEP Don't include vendor-plugin as an explicit dependency
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 committed Jan 6, 2025
1 parent f62cfe3 commit cf60fe3
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 @@ -25,8 +25,7 @@
"silverstripe/reports": "^6",
"silverstripe/siteconfig": "^6",
"silverstripe/versioned": "^3",
"silverstripe/versioned-admin": "^3",
"silverstripe/vendor-plugin": "^2"
"silverstripe/versioned-admin": "^3"
},
"require-dev": {
"phpunit/phpunit": "^11.3",
Expand Down

0 comments on commit cf60fe3

Please sign in to comment.