Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Can't install via composer #160

Closed
mofman opened this issue Oct 24, 2016 · 2 comments
Closed

Can't install via composer #160

mofman opened this issue Oct 24, 2016 · 2 comments

Comments

@mofman
Copy link

mofman commented Oct 24, 2016

When trying to install via composer I get this error

requires crodas/text-rank dev-master -> satisfiable by crodas/text-rank[dev-master] but these conflict with your requirements or minimum-stability.

@timkelty
Copy link

@mofman because crodas/text-rank doesn't have real versions published, you need to also put something like this in your composer.json:

{
  "require": {
    "nystudio107/seomatic": "^1.1.5",
    "crodas/text-rank": "@dev",
  },
}

The @dev tells composer to waive set minimum-stability, just for that dep.
Alternatively, you could set minimum-stability: dev globally, but you probably don't want to do that.

@timkelty
Copy link

Since it doesn't look like crodas/text-rank is maybe ever going to get updated, it might make sense for @khalwat to just bake the dep into the plugin, not using Composer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants