api-platform / schema-generator

PHP Model Scaffolding from Schema.org and other RDF vocabularies
https://api-platform.com/docs/schema-generator/
MIT License
458 stars 108 forks source link

conflict with sebastian/comparator >=5 #423

Open nics-le opened 7 months ago

nics-le commented 7 months ago

API Platform version(s) affected: dev-main

Description
Hi there,

in our company we make heavy use of schema generator in our symfony projects and wanted to upgrade them to symfony 7. Since Symfony 7 is not supported by recent schema-generator versions we switched to main branch which supports it.

Sadly the incompatibility with sebastian/comparator leads us to unsolvable version conflicts. For example you can't use api-plattform/schema generator with a not outdated version of phpunit.

E.g. the last version of phpunit you can use with your main branch is phpunit 9.x which reached its end of bugfix support in February 2024.

So my final question: Are there any plans to remove this conflict with not outdated versions of sebastian/comparator?

Thanks in advance :)

Possible Solution
remove conflict with sebastian/comparator: >=5