Skip to content

Commit 7f1bb95

Browse files
committed
Prevent webonyx/graphql-php v14.11.7
Fixes #11979 Guards against webonyx/graphql-php#1221
1 parent 41517b3 commit 7f1bb95

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixed
66
- Fixed a bug where the “New category” button could be missing from the Categories index page. ([#11977](https://github.com/craftcms/cms/issues/11977))
77
- Fixed a bug where `Craft::t()` and the `|t` Twig filter were modifying digit-dash-digit sequences. ([#11980](https://github.com/craftcms/cms/issues/11980))
8+
- Fixed PHP errors that occurred if `webonyx/graphql-php` 14.11.17 was installed. ([#11979](https://github.com/craftcms/cms/issues/11979), [webonyx/graphql-php#1221](https://github.com/webonyx/graphql-php/issues/1221))
89

910
## 3.7.55 - 2022-09-20
1011

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"yii2tech/ar-softdelete": "1.0.4"
7777
},
7878
"conflict": {
79-
"league/oauth2-client": "2.4.0"
79+
"league/oauth2-client": "2.4.0",
80+
"webonyx/graphql-php": "14.11.7"
8081
},
8182
"suggest": {
8283
"ext-imagick": "Adds support for more image processing formats and options.",

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)