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 d27cd9a commit b3a991a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"require": {
"php": "^8.3",
"silverstripe/framework": "^6",
"silverstripe/vendor-plugin": "^2",
"webonyx/graphql-php": "^15.19",
"silverstripe/event-dispatcher": "^2",
"guzzlehttp/guzzle": "^7.9",
Expand Down

0 comments on commit b3a991a

Please sign in to comment.