backlink-checker-php icon indicating copy to clipboard operation
backlink-checker-php copied to clipboard

Composer require problem

Open superromeo opened this issue 11 months ago • 3 comments

[email protected]:/var/www/lom $ composer update Gathering patches for root package. Loading composer repositories with package information Info from https://repo.packagist.org: #StandWithUkraine Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1 - rvalitov/backlink-checker-php 2.0.0 requires nesk/puphpeteer dev-zoon -> found nesk/puphpeteer[dev-support-all-puppeteer-versions, dev-master, dev-dev, dev-2.0.0-old, 0.1.0, 0.2.0, 0.2.1, 0.2.2, 1.0.0, ..., 1.6.0, 2.0.0] but these do not match your constraint and are therefore not installable. Make sure you either fix the constraint or avoid updating this package to keep the one present in the lock file (nesk/puphpeteer[dev-zoon]). - drupal/rg_deposit_for_link dev-master requires rvalitov/backlink-checker-php ~2.0.0 -> satisfiable by rvalitov/backlink-checker-php[2.0.0]. - Root composer.json requires drupal/rg_deposit_for_link dev-master -> satisfiable by drupal/rg_deposit_for_link[dev-master].

My composer.yml

{
  "name": "drupal/rg_deposit_for_link",
  "type": "drupal-custom-module",
  "authors": [
    {
      "name": "Roman Gudev (super_romeo)",
      "email": "[email protected]"
    }
  ],
  "license": "GPL-2.0+",
  "minimum-stability": "dev",
  "prefer-stable": true,
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/zoonru/puphpeteer.git"
    },
    {
      "type": "git",
      "url": "https://github.com/zoonru/rialto.git"
    }
  ],
  "require": {
    "rvalitov/backlink-checker-php": "~2.0.0"
  }
}

superromeo avatar Jul 20 '23 03:07 superromeo