silverstripe-archive / silverstripe-sitetreeimporter

SilverStripe SiteTree Importer Module
9 stars 10 forks source link

composer.json has broken framework version constraint #6

Closed oddnoc closed 8 years ago

oddnoc commented 10 years ago

Regardless of the framework version in a project, composer fails to resolve the constraint as stated:

  Problem 1
    - Installation request for silverstripe/sitetreeimporter * -> satisfiable by silverstripe/sitetreeimporter[dev-master].
    - silverstripe/sitetreeimporter dev-master requires silverstripe/framework 2.4,~3.0 -> no matching package found.

I had to make a separate branch for 2.4.x compatibility in my fork.

dhensby commented 8 years ago

Is this still a problem?

oddnoc commented 8 years ago

Probably not, although I'm actually on a project now where we need to upgrade a site from 2.2.2 to 2.4.13 because of severely deferred maintenance. Thanks for checking up on it, though!

dhensby commented 8 years ago

2.4 is EOL and no security releases - I would advise upgrading to 3.2 for some critical vulnerability patches.