-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot switch to latest coding standard #414
Comments
Hi @unicoder88. Thank you for your report. Add a comment to assign the issue:
|
Having the same issue on version |
I think that the issue is that the The standard itself should only require two things:
|
I've checked just now and all the packages listed in |
It looks like this is fixed since Magento version 2.4.4. https://github.com/magento/magento2/blob/2.4.3/composer.json#L82 - https://github.com/magento/magento-coding-standard/blob/v25/composer.json#L12 - |
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.
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?
The text was updated successfully, but these errors were encountered: