Skip to content

Commit 627ce0f

Browse files
committed
Adding minimum php version 8.0 and included typed_data module.
1 parent 41bc902 commit 627ce0f

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
lines changed

.github/workflows/testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
run: |
9595
composer --no-interaction --no-progress require \
9696
webonyx/graphql-php:^15.12 \
97-
drupal/typed_data:^1.0 \
98-
drupal/redirect:^1.0
97+
drupal/typed_data:^2.0 \
98+
drupal/redirect:dev-1.x
9999
100100
- name: Run PHPUnit
101101
run: |

1

-19
This file was deleted.

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"homepage": "http://drupal.org/project/graphql",
66
"license": "GPL-2.0+",
77
"require": {
8-
"php": ">=7.3",
9-
"webonyx/graphql-php": "^14.8.0"
8+
"drupal/typed_data": "^1.0 || ^2.0",
9+
"php": ">=8.0",
10+
"webonyx/graphql-php": "^15.12.0"
1011
},
1112
"minimum-stability": "dev"
1213
}

0 commit comments

Comments
 (0)