Added guzzlehttp/psr7 to dev deps

This commit is contained in:
Matt Bonneau 2024-12-05 11:53:03 -05:00
parent 2c2ace1397
commit 9e2c1c9bea

View File

@ -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",