You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: