Skip to content

Commit 6515b02

Browse files
committed
Drupal 11 readiness.
1 parent d9ad85d commit 6515b02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/graphql_composable/graphql_composable.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: GraphQL
55
dependencies:
66
- graphql:graphql
77
- node:node
8-
core_version_requirement: ^10.1
8+
core_version_requirement: ^10.1 || ^11

examples/graphql_example/graphql_examples.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package: GraphQL
55
dependencies:
66
- graphql:graphql
77
- node:node
8-
core_version_requirement: ^10.1
8+
core_version_requirement: ^10.1 || ^11

graphql.info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ type: module
33
description: 'Base module for integrating GraphQL with Drupal.'
44
package: GraphQL
55
configure: graphql.config_page
6-
core_version_requirement: ^10.1
6+
core_version_requirement: ^10.1 || ^11
77
dependencies:
88
- typed_data:typed_data

0 commit comments

Comments
 (0)