Skip to content

Commit a0065b7

Browse files
authored
Merge pull request #50 from php-api-clients/new-webhooks-structure-from-cebe-openapi
New WebHooks structure from cebe/openapi
2 parents 6528218 + b9c9a20 commit a0065b7

File tree

3 files changed

+177
-155
lines changed

3 files changed

+177
-155
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"php": "^8 || ^7.4",
23-
"cebe/php-openapi": "^1.5",
23+
"cebe/php-openapi": "dev-openapi-31 as 1.6.0",
2424
"jawira/case-converter": "^3.4",
2525
"twig/twig": "^3.0",
2626
"nikic/php-parser": "^4.8",
@@ -37,17 +37,17 @@
3737
},
3838
"files": [
3939
"external_files/cebe/SpecBaseObject.php",
40-
"external_files/cebe/OpenApi.php",
4140
"external_files/cebe/Schema.php",
42-
"external_files/cebe/Type.php",
43-
"external_files/cebe/WebHooks.php",
4441
"external_files/thephpleague/SchemaValidator.php",
4542
"external_files/thephpleague/Type.php"
4643
]
4744
},
4845
"config": {
4946
"platform": {
5047
"php": "7.4.7"
48+
},
49+
"allow-plugins": {
50+
"wyrihaximus/composer-update-bin-autoload-path": true
5151
}
5252
},
5353
"autoload-dev": {

0 commit comments

Comments
 (0)