Skip to content

Commit 08e350b

Browse files
authored
Merge pull request #60 from php-api-clients/make-and-validate-calls
Make and validate HTTP calls
2 parents 0562db3 + 1bbf783 commit 08e350b

File tree

5 files changed

+1094
-104
lines changed

5 files changed

+1094
-104
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"symfony/yaml": "^5.2",
3030
"wyrihaximus/composer-update-bin-autoload-path": "^1 || ^1.0.1",
3131
"wyrihaximus/hydrator": "dev-master",
32-
"league/openapi-psr7-validator": "^0.16"
32+
"league/openapi-psr7-validator": "^0.16",
33+
"react/http": "^1.8"
3334
},
3435
"autoload": {
3536
"psr-4": {

0 commit comments

Comments
 (0)