Skip to content

Commit

Permalink
Adding minimum php version 8.0 and included typed_data module.
Browse files Browse the repository at this point in the history
  • Loading branch information
apathak18 committed Jul 18, 2024
1 parent 41bc902 commit 627ce0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
run: |
composer --no-interaction --no-progress require \
webonyx/graphql-php:^15.12 \
drupal/typed_data:^1.0 \
drupal/redirect:^1.0
drupal/typed_data:^2.0 \
drupal/redirect:dev-1.x
- name: Run PHPUnit
run: |
Expand Down
19 changes: 0 additions & 19 deletions 1

This file was deleted.

5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"homepage": "http://drupal.org/project/graphql",
"license": "GPL-2.0+",
"require": {
"php": ">=7.3",
"webonyx/graphql-php": "^14.8.0"
"drupal/typed_data": "^1.0 || ^2.0",
"php": ">=8.0",
"webonyx/graphql-php": "^15.12.0"
},
"minimum-stability": "dev"
}

0 comments on commit 627ce0f

Please sign in to comment.