We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9b982 commit 87993c0Copy full SHA for 87993c0
2 files changed
CHANGELOG-v9.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [9.0.1] - 2026-03-18
8
+
9
+### Fixed
10
+- Graphqlite is incompatible with webonyx/graphql-php v15.31
11
12
## [9.0.0] - 2024-07-04
13
14
### Added
composer.json
@@ -16,6 +16,7 @@
16
"require": {
17
"php": "^8.1",
18
"ext-json": "*",
19
+ "webonyx/graphql-php": "~15.30.2",
20
"thecodingmachine/graphqlite": "^6.2",
21
"lcobucci/jwt": "^4.1",
22
"symfony/cache": "*",
0 commit comments