Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer require problem #19

Open
superromeo opened this issue Jul 20, 2023 · 3 comments
Open

Composer require problem #19

superromeo opened this issue Jul 20, 2023 · 3 comments

Comments

@superromeo
Copy link

superromeo commented Jul 20, 2023

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
Copy link
Owner

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

@omarbangla24
Copy link

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.

@Ray-vV
Copy link

Ray-vV commented Feb 5, 2024

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.

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

No branches or pull requests

4 participants