Skip to content

Commit aeaf687

Browse files
committed
Support webonyx/graphql-php@^14.0.0
1 parent 33fae96 commit aeaf687

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ You can find and compare releases at the [GitHub release page](https://github.co
99

1010
## Unreleased
1111

12+
## 3.1.0
13+
14+
### Added
15+
16+
- Support `webonyx/graphql-php@^14.0.0`
17+
1218
## 3.0.2
1319

1420
### Changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"egulias/email-validator": "^2.1.17",
1919
"spatie/regex": "^1.4.1",
2020
"thecodingmachine/safe": "^1.0.3",
21-
"webonyx/graphql-php": "^0.13.8"
21+
"webonyx/graphql-php": "^0.13.8 || ^14.0.0"
2222
},
2323
"require-dev": {
2424
"ext-json": "*",
25-
"phpstan/phpstan": "^0.12.19",
25+
"phpstan/phpstan": "^0.12.31",
2626
"phpunit/phpunit": "^8.5.3",
2727
"thecodingmachine/phpstan-safe-rule": "^1.0.0"
2828
},

0 commit comments

Comments
 (0)