Open
Description
Hi!
On Magento 2.4.3, I'm looking to upgrade to latest magento-coding-standard (v25), however, there's a conflict with webonyx/graphql-php.
"require": {
"php": ">=7.3",
"webonyx/graphql-php": "^14.9",
My Magento version is stuck with v0.13.9, so I'm effectively unable to check against up-to-date code styles and stuck with standards v6.
I believe that coding standard should not technically depend on that, and we can safely remove any Magento code version requirements.
Agree?