-
Notifications
You must be signed in to change notification settings - Fork 466
chore: Update Composer deps #3358
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
Conversation
|
Noticed this didnt trigger Codeception so I made #3359 |
|
Code Climate has analyzed commit a6a2bbf and detected 0 issues on this pull request. View more on Code Climate. |
|
@justlevine I merged a few of your PRs and got this PR synced with develop and now it's properly running the testing integration worklow as expected. Thanks for this! 🙏🏻 |
@justlevine no need to add a changeset. They should be automated when a PR is merged. 😄 |
What does this implement/fix? Explain your changes.
This PR updates the Composer deps to their latest (semver) compatible versions.
Of note:
webonyx/graphql-phpv15.20.0 : https://github.com/webonyx/graphql-php/releases/tag/v15.20.0slevomat/coding-standardsdeprecatedSlevomatCodingStandard.TypeHints.UnionTypeHintFormatwhich we weren't explicitly using in favor ofSlevomatCodingStandard.TypeHints.DNFTypeHintFormatwhich we're already implicitly including, so the former is now excluded. Ref: https://github.com/slevomat/coding-standard/blob/34325312cbd9465a222564597e9f56e42750939c/SlevomatCodingStandard/Sniffs/TypeHints/UnionTypeHintFormatSniff.php#L74