Skip to content

Commit

Permalink
add http client as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Jul 26, 2023
1 parent 5643ae6 commit cb92cd7
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 @@ -29,7 +29,8 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5"
"squizlabs/php_codesniffer": "^3.5",
"symfony/http-client": "^5.4|^6.0"
},
"extra": {
"expose": [
Expand Down

0 comments on commit cb92cd7

Please sign in to comment.