nextras / orm

Orm with clean object design, smart relationship loading and powerful collections.
https://nextras.org/orm
MIT License
310 stars 59 forks source link

PhpDocParser 2.x conflicts #689

Closed Lumeriol closed 4 weeks ago

Lumeriol commented 4 weeks ago

Describe the bug This is not a bug, but probably a temporary problem. With the use of PhpDocParser 2.0 it is impossible to use ORM with other Composer packages that depends on the stable 1.x version and will only be updated when the stable v2 version is released, which unfortunately may take a few more months.

Could this still be taken into account, or is it impossible to go back to the original version of the Metadata Parser?

To Reproduce Download via Composer with other packages dependent on older version of PhpDocParser (i.e. orisai/coding-standards [that depends on slevomat/coding-standards])

Versions: