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.
1 parent 4a1635d commit 9d082e6Copy full SHA for 9d082e6
composer.json
@@ -11,6 +11,7 @@
11
"require": {
12
"php": "^8.2",
13
"api-clients/contracts": "^0.1",
14
+ "api-clients/openapi-client-utils": "dev-main",
15
"devizzent/cebe-php-openapi": "^1.0.1",
16
"eventsauce/object-hydrator": "^1.4.0",
17
"league/openapi-psr7-validator": "^0.21",
etc/openapi-generator-config.yaml
@@ -30,3 +30,9 @@ voter:
30
- ApiClients\Tools\OpenApiClientGenerator\Voter\ListOperation\PageAndPerPageInQuery
31
streamOperation:
32
- ApiClients\Tools\OpenApiClientGenerator\Voter\StreamOperation\DownloadInOperationId
33
+qa:
34
+ phpcs:
35
+ enabled: true
36
+ phpstan:
37
38
+ configFilePath: etc/phpstan-extension.neon
0 commit comments