rvalitov / backlink-checker-php

Validates a predefined list of backlinks on remote websites that they exist and are correct (for SEO). Simple and Javascript-enabled web engines are used for scraping.
GNU General Public License v3.0
52 stars 19 forks source link

Composer require problem #19

Open superromeo opened 1 year ago

superromeo commented 1 year ago

wodby@php.container:/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": "rgudev@bk.ru"
    }
  ],
  "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"
  }
}
rvalitov commented 1 year ago

Hi! Sorry for a late reply. What composer version do you use? Perhaps, you should update the composer...

omarbangla24 commented 7 months ago

H:\Programming\laragon\www\backlink\backlink-checker-php>composer update --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

To enable extensions, verify that they are enabled in your .ini files:

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Ray-vV commented 7 months ago

Was attempting to use this package as well, but I'm running into the same problems.


  Problem 1
    - Root composer.json requires rvalitov/backlink-checker-php 2.1.0 -> satisfiable by rvalitov/backlink-checker-php[2.1.0].
    - rvalitov/backlink-checker-php 2.1.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 it does
 not match the constraint.