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

[BUG], error during installation, need to update dependencies #577

Open
bizzyswift opened this issue Aug 11, 2024 · 1 comment
Open

[BUG], error during installation, need to update dependencies #577

bizzyswift opened this issue Aug 11, 2024 · 1 comment
Assignees
Milestone

Comments

@bizzyswift
Copy link

Package version, Laravel version

11

Expected behaviour

The package installation completes correctly.

Actual behavior

Installation failed
Problem 1
- doctrine/orm[2.14.0, ..., 2.14.3] require doctrine/lexer ^1.2.3 || ^2 -> found doctrine/lexer[1.2.3, 2.0.0, 2.1.0, 2.1.1] but the package is fixed to 3.0.1 (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.
- doctrine/orm[2.15.0, ..., 2.17.5] require doctrine/lexer ^2 -> found doctrine/lexer[2.0.0, 2.1.0, 2.1.1] but the package is fixed to 3.0.1 (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.
- Root composer.json requires laravel-doctrine/orm ^2.1 -> satisfiable by laravel-doctrine/orm[2.1.0].
- carbonphp/carbon-doctrine-types 3.2.0 conflicts with doctrine/dbal 3.8.7.
- doctrine/orm[2.18.0, ..., 2.19.6] require doctrine/dbal ^2.13.1 || ^3.2 -> satisfiable by doctrine/dbal[2.13.1, ..., 2.13.9, 3.2.0, ..., 3.8.7].
- nesbot/carbon 3.7.0 requires carbonphp/carbon-doctrine-types * -> satisfiable by carbonphp/carbon-doctrine-types[3.2.0].
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 3.5.4.
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 3.4.6.
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 3.3.8.
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 3.3.5.
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 3.2.2.
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 2.13.9.
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 2.13.8.
- symfony/http-foundation v7.1.3 conflicts with doctrine/dbal 2.13.1.
- laravel/framework v11.20.0 requires nesbot/carbon ^2.72.2|^3.0 -> satisfiable by nesbot/carbon[3.7.0].
- laravel/framework v11.20.0 requires symfony/http-foundation ^7.0 -> satisfiable by symfony/http-foundation[v7.1.3].
- laravel-doctrine/orm 2.1.0 requires doctrine/orm ^2.14 -> satisfiable by doctrine/orm[2.14.0, ..., 2.19.6].
- laravel/framework is locked to version v11.20.0 and an update of this package was not requested.

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Steps to reproduce the behavior

will install a new version of laravel
and install laravel-doctrine/orm:^2.1

@eigan
Copy link
Member

eigan commented Aug 12, 2024

Downgrade doctrine/orm to 2.x

@TomHAnderson TomHAnderson added this to the 3.0.0 milestone Oct 11, 2024
@TomHAnderson TomHAnderson self-assigned this Oct 11, 2024
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

3 participants