Skip to content

Commit 06e62a2

Browse files
authored
Merge pull request #14 from php-api-clients/use-hydrator-annotations
Use hydrator annotations for nested entities
2 parents 39554d4 + 982d8bc commit 06e62a2

File tree

3 files changed

+560
-6
lines changed

3 files changed

+560
-6
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@
2727
"psr/http-message": "^1.0",
2828
"ringcentral/psr7": "^1.3",
2929
"symfony/yaml": "^5.2",
30-
"wyrihaximus/composer-update-bin-autoload-path": "^1 || ^1.0.1"
30+
"wyrihaximus/composer-update-bin-autoload-path": "^1 || ^1.0.1",
31+
"wyrihaximus/hydrator": "dev-master"
3132
},
3233
"autoload": {
3334
"psr-4": {
3435
"ApiClients\\Tools\\OpenApiClientGenerator\\": "src/"
3536
}
3637
},
38+
"config": {
39+
"platform": {
40+
"php": "7.4.7"
41+
}
42+
},
3743
"autoload-dev": {
3844
"psr-4": {
3945
"ApiClients\\Tests\\Tools\\OpenApiClientGenerator\\": "tests/"

0 commit comments

Comments
 (0)