We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39554d4 + 982d8bc commit 06e62a2Copy full SHA for 06e62a2
composer.json
@@ -27,13 +27,19 @@
27
"psr/http-message": "^1.0",
28
"ringcentral/psr7": "^1.3",
29
"symfony/yaml": "^5.2",
30
- "wyrihaximus/composer-update-bin-autoload-path": "^1 || ^1.0.1"
+ "wyrihaximus/composer-update-bin-autoload-path": "^1 || ^1.0.1",
31
+ "wyrihaximus/hydrator": "dev-master"
32
},
33
"autoload": {
34
"psr-4": {
35
"ApiClients\\Tools\\OpenApiClientGenerator\\": "src/"
36
}
37
38
+ "config": {
39
+ "platform": {
40
+ "php": "7.4.7"
41
+ }
42
+ },
43
"autoload-dev": {
44
45
"ApiClients\\Tests\\Tools\\OpenApiClientGenerator\\": "tests/"
0 commit comments