From 9e2c1c9bea635a40f66cdee3f9620be0c5ab400f Mon Sep 17 00:00:00 2001 From: Matt Bonneau Date: Thu, 5 Dec 2024 11:53:03 -0500 Subject: [PATCH] Added guzzlehttp/psr7 to dev deps --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73ee8bf..07586f0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ }, "require-dev": { "phpunit/phpunit": "^9.5", - "react/socket": "^1.3" + "react/socket": "^1.3", + "guzzlehttp/psr7": "^2.7" }, "scripts": { "abtest-client": "ABTEST=client && sh tests/ab/run_ab_tests.sh",