schema-generator icon indicating copy to clipboard operation
schema-generator copied to clipboard

conflict with sebastian/comparator >=5

Open nics-le opened this issue 1 year ago • 0 comments

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

nics-le avatar Mar 08 '24 09:03 nics-le