Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Cannot be required on Laravel 9 due dependency problems with symfony/process #171

Closed
DerFichtl opened this issue Mar 13, 2022 · 1 comment

Comments

@DerFichtl
Copy link

Describe the bug

sail composer require nesk/puphpeteer

- nesk/rialto[1.2.0, ..., 1.3.0] require symfony/process ^3.3|^4.0 -> found symfony/process[v3.3.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev] but the package is fixed to v6.0.5 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- nesk/rialto 1.4.0 requires symfony/process ^3.3|^4.0|^5.0 -> found symfony/process[v3.3.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev] but the package is fixed to v6.0.5 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- nesk/puphpeteer 2.0.0 requires nesk/rialto ^1.2.0 -> satisfiable by nesk/rialto[1.2.0, 1.2.1, 1.3.0, 1.4.0].
- Root composer.json requires nesk/puphpeteer ^2.0 -> satisfiable by nesk/puphpeteer[2.0.0].

Expected behavior
Composer should not fail on that.

Environment (please complete the following information):

  • OS: macOS
  • PHP version: 8.1
  • Laravel: 9
@eusonlito
Copy link

Duplicated #170

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

2 participants