Skip to content

Commit 00d5f56

Browse files
committed
Get guzzle back
1 parent 2b803c1 commit 00d5f56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
composer --no-interaction --no-progress require \
8888
webonyx/graphql-php:^14.8 \
8989
drupal/typed_data:^1.0 \
90-
drupal/redirect:^1.0
90+
drupal/redirect:^1.0 \
91+
guzzlehttp/guzzle:^7.4.5
9192
9293
- name: Run PHPUnit
9394
run: |

0 commit comments

Comments
 (0)