We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webonyx/graphql-php@^14.0.0
1 parent 33fae96 commit aeaf687Copy full SHA for aeaf687
CHANGELOG.md
@@ -9,6 +9,12 @@ You can find and compare releases at the [GitHub release page](https://github.co
9
10
## Unreleased
11
12
+## 3.1.0
13
+
14
+### Added
15
16
+- Support `webonyx/graphql-php@^14.0.0`
17
18
## 3.0.2
19
20
### Changed
composer.json
@@ -18,11 +18,11 @@
"egulias/email-validator": "^2.1.17",
"spatie/regex": "^1.4.1",
"thecodingmachine/safe": "^1.0.3",
21
- "webonyx/graphql-php": "^0.13.8"
+ "webonyx/graphql-php": "^0.13.8 || ^14.0.0"
22
},
23
"require-dev": {
24
"ext-json": "*",
25
- "phpstan/phpstan": "^0.12.19",
+ "phpstan/phpstan": "^0.12.31",
26
"phpunit/phpunit": "^8.5.3",
27
"thecodingmachine/phpstan-safe-rule": "^1.0.0"
28
0 commit comments