We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bc902 commit 627ce0fCopy full SHA for 627ce0f
.github/workflows/testing.yml
@@ -94,8 +94,8 @@ jobs:
94
run: |
95
composer --no-interaction --no-progress require \
96
webonyx/graphql-php:^15.12 \
97
- drupal/typed_data:^1.0 \
98
- drupal/redirect:^1.0
+ drupal/typed_data:^2.0 \
+ drupal/redirect:dev-1.x
99
100
- name: Run PHPUnit
101
1
composer.json
@@ -5,8 +5,9 @@
5
"homepage": "http://drupal.org/project/graphql",
6
"license": "GPL-2.0+",
7
"require": {
8
- "php": ">=7.3",
9
- "webonyx/graphql-php": "^14.8.0"
+ "drupal/typed_data": "^1.0 || ^2.0",
+ "php": ">=8.0",
10
+ "webonyx/graphql-php": "^15.12.0"
11
},
12
"minimum-stability": "dev"
13
}
0 commit comments