From 6515b02229e62106aab6e3538cab13c774f095a4 Mon Sep 17 00:00:00 2001 From: Ankit Pathak <106175376+apathak18@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:47:43 +0000 Subject: [PATCH] Drupal 11 readiness. --- examples/graphql_composable/graphql_composable.info.yml | 2 +- examples/graphql_example/graphql_examples.info.yml | 2 +- graphql.info.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/graphql_composable/graphql_composable.info.yml b/examples/graphql_composable/graphql_composable.info.yml index 92ebd73cd..a891052cb 100644 --- a/examples/graphql_composable/graphql_composable.info.yml +++ b/examples/graphql_composable/graphql_composable.info.yml @@ -5,4 +5,4 @@ package: GraphQL dependencies: - graphql:graphql - node:node -core_version_requirement: ^10.1 +core_version_requirement: ^10.1 || ^11 diff --git a/examples/graphql_example/graphql_examples.info.yml b/examples/graphql_example/graphql_examples.info.yml index 57bb865b3..8587aa2e8 100644 --- a/examples/graphql_example/graphql_examples.info.yml +++ b/examples/graphql_example/graphql_examples.info.yml @@ -5,4 +5,4 @@ package: GraphQL dependencies: - graphql:graphql - node:node -core_version_requirement: ^10.1 +core_version_requirement: ^10.1 || ^11 diff --git a/graphql.info.yml b/graphql.info.yml index c8cc6d095..90852febe 100644 --- a/graphql.info.yml +++ b/graphql.info.yml @@ -3,6 +3,6 @@ type: module description: 'Base module for integrating GraphQL with Drupal.' package: GraphQL configure: graphql.config_page -core_version_requirement: ^10.1 +core_version_requirement: ^10.1 || ^11 dependencies: - typed_data:typed_data