Skip to content

Commit 4e13875

Browse files
committed
Add webhook resolving
1 parent 9d38069 commit 4e13875

File tree

5 files changed

+931
-57
lines changed

5 files changed

+931
-57
lines changed

composer.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,32 @@
2020
},
2121
"require": {
2222
"php": "^7.4",
23-
"cebe/php-openapi": "^1.4",
23+
"cebe/php-openapi": "dev-webhooks as 1.6.0",
2424
"jawira/case-converter": "^3.4",
2525
"twig/twig": "^3.0",
2626
"nikic/php-parser": "^4.8",
2727
"psr/http-message": "^1.0",
2828
"ringcentral/psr7": "^1.3",
2929
"symfony/yaml": "^5.2",
3030
"wyrihaximus/composer-update-bin-autoload-path": "^1 || ^1.0.1",
31-
"wyrihaximus/hydrator": "dev-master"
31+
"wyrihaximus/hydrator": "dev-master",
32+
"league/openapi-psr7-validator": "dev-webhooks as 0.16.99"
3233
},
3334
"autoload": {
3435
"psr-4": {
3536
"ApiClients\\Tools\\OpenApiClientGenerator\\": "src/"
3637
}
3738
},
39+
"repositories": [
40+
{
41+
"type": "vcs",
42+
"url": "[email protected]:WyriHaximus-labs/php-openapi.git"
43+
},
44+
{
45+
"type": "vcs",
46+
"url": "[email protected]:WyriHaximus-labs/openapi-psr7-validator.git"
47+
}
48+
],
3849
"config": {
3950
"platform": {
4051
"php": "7.4.7"

0 commit comments

Comments
 (0)