Skip to content

Commit 9d082e6

Browse files
authored
[SetUp] Updated clients base
1 parent 4a1635d commit 9d082e6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"require": {
1212
"php": "^8.2",
1313
"api-clients/contracts": "^0.1",
14+
"api-clients/openapi-client-utils": "dev-main",
1415
"devizzent/cebe-php-openapi": "^1.0.1",
1516
"eventsauce/object-hydrator": "^1.4.0",
1617
"league/openapi-psr7-validator": "^0.21",

etc/openapi-generator-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ voter:
3030
- ApiClients\Tools\OpenApiClientGenerator\Voter\ListOperation\PageAndPerPageInQuery
3131
streamOperation:
3232
- ApiClients\Tools\OpenApiClientGenerator\Voter\StreamOperation\DownloadInOperationId
33+
qa:
34+
phpcs:
35+
enabled: true
36+
phpstan:
37+
enabled: true
38+
configFilePath: etc/phpstan-extension.neon

0 commit comments

Comments
 (0)