Skip to content

Commit 3bc1f71

Browse files
committed
Merge branch 'refs/heads/b-7.1.x' into b-7.2.x
2 parents a626fe7 + eeac4ff commit 3bc1f71

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG-v9.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [9.0.1] - 2026-03-18
8+
9+
### Fixed
10+
- Graphqlite is incompatible with webonyx/graphql-php v15.31
11+
712
## [9.0.0] - 2024-07-04
813

914
### Added
@@ -41,5 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4146
### Removed
4247
- Migration trigger on module activation
4348

49+
[9.0.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0...v9.0.1
4450
[9.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0-rc.1...9.0.0
4551
[9.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v8.1.1...9.0.0-rc.1

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"require": {
1717
"php": "^8.2",
1818
"ext-json": "*",
19+
"webonyx/graphql-php": "~15.30.2",
1920
"thecodingmachine/graphqlite": "^6.2",
2021
"lcobucci/jwt": "^4.1",
2122
"symfony/cache": "*",

0 commit comments

Comments
 (0)