laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
829 stars 179 forks source link

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

Closed bizzyswift closed 1 week ago

bizzyswift commented 2 months ago

Package version, Laravel version

11

Expected behaviour

The package installation completes correctly.

Actual behavior

Installation failed Problem 1

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 commented 2 months ago

Downgrade doctrine/orm to 2.x

TomHAnderson commented 1 week ago

3.0.0 has been released with ORM 3, DBAL 4 support.