From ff37eb92a4235a38bc957d57f8ba2fb168d1e77d Mon Sep 17 00:00:00 2001 From: Al Munnings <al.munnings@gmail.com> Date: Wed, 26 Mar 2025 10:57:50 +1100 Subject: [PATCH] Add GraphQL 5 support --- composer.json | 2 +- graphql_export.info.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index afa10ee..1a3ba6a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ }, "require": { "php": "^8.1", - "drupal/graphql": "^4.5" + "drupal/graphql": "^4 || ^5" }, "extra": { "drush": { diff --git a/graphql_export.info.yml b/graphql_export.info.yml index 3b76398..7f9f6fe 100644 --- a/graphql_export.info.yml +++ b/graphql_export.info.yml @@ -4,6 +4,6 @@ type: module core_version_requirement: ^10.2 || ^11 php: 8.1 dependencies: - - graphql:graphql (4.x) + - graphql:graphql package: GraphQL hidden: false -- GitLab