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

Composer require problem

Open superromeo opened this issue 1 year 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

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

rvalitov avatar Aug 20 '23 15:08 rvalitov

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 - Root composer.json 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]). Problem 2 - Root composer.json requires PHP extension ext-xdebug ^3.1.0 but it is missing from your system. Install or enable PHP's xdebug extension.

To enable extensions, verify that they are enabled in your .ini files: - H:\Programming\laragon\bin\php\php-8.1.10-Win32-vs16-x64\php.ini You can also run php --ini in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with --ignore-platform-req=ext-xdebug to temporarily ignore these required extensions.

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

omarbangla24 avatar Jan 14 '24 16:01 omarbangla24

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.

Ray-vV avatar Feb 05 '24 11:02 Ray-vV