You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your requirements could not be resolved to an installable set of packages.
because of:
dynamic/silverstripe-elemental-gallery[4.0.0-beta1, ..., 4.x-dev] require dynamic/silverstripe-elemental-baseobject ^4 -> satisfiable by dynamic/silverstripe-elemental-baseobject[4.0.0-alpha1, 4.0.0-beta1, 4.x-dev]
dynamic/silverstripe-elemental-baseobject[4.0.0-beta1, ..., 4.x-dev] require silvershop/silverstripe-hasonefield ^3 -> satisfiable by silvershop/silverstripe-hasonefield[3.0.0, ..., 3.1.0]
silvershop/silverstripe-hasonefield[3.0.0, ..., 3.1.0] require silverstripe/vendor-plugin ^1.0 -> found silverstripe/vendor-plugin[1.0.0, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.0.0)
Most likely because silvershop/silverstripe-hasonefield @ v3 only supports silverstripe/vendor-plugin @ v1, but v2 is required by the silverstripe framework. This module should probably require "silvershop/silverstripe-hasonefield": "^4", since v4 of that module supports using silverstripe/vendor-plugin @ v2.
To Reproduce
Steps to reproduce the behavior:
Create a new SS5 repo
Try to install this module (either directly or as a dependency of another module)
Expected behavior
Module installs successfully
The text was updated successfully, but these errors were encountered:
I've got #35 started to address this. It seems gorriecoe/silverstripe-linkfield will need to have its requirements updated as well for the PR to pass. I have a PR in over there as well, once that's merged this PR should pass and I can merge it in.
Describe the bug
Installing the newest 4.0.0-beta1 release (directly or as a requirement of dynamic/silverstripe-elemental-gallery @ 4.0.0-beta1) results in a composer error:
because of:
Most likely because
silvershop/silverstripe-hasonefield
@ v3 only supportssilverstripe/vendor-plugin
@ v1, but v2 is required by the silverstripe framework. This module should probably require"silvershop/silverstripe-hasonefield": "^4"
, since v4 of that module supports usingsilverstripe/vendor-plugin
@ v2.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Module installs successfully
The text was updated successfully, but these errors were encountered: