Skip to content

Commit

Permalink
Added guzzlehttp/psr7 to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonneau committed Dec 5, 2024
1 parent 2c2ace1 commit 9e2c1c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9e2c1c9

Please sign in to comment.