Skip to content

Commit

Permalink
DEP Update constraint for vendor-plugin
Browse files Browse the repository at this point in the history
It's not strictly necessary since this is a dependency of
silverstripe/framework, but IMO it's good practice for projects to have
a reference to vendor-plugin, since the `composer vendor-expose` command
is specifically intended for use by projects.
  • Loading branch information
GuySartorelli committed Jan 6, 2025
1 parent 13a2b7b commit d515f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.3",
"silverstripe/recipe-plugin": "2.0.x-dev",
"silverstripe/vendor-plugin": "2.0.x-dev",
"silverstripe/vendor-plugin": "3.0.x-dev",
"silverstripe/recipe-cms": "6.0.x-dev",
"silverstripe-themes/simple": "3.3.x-dev",
"silverstripe/login-forms": "6.0.x-dev"
Expand Down Expand Up @@ -35,4 +35,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit d515f58

Please sign in to comment.