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 26f8871 commit 9c59268Copy full SHA for 9c59268
composer.json
@@ -16,13 +16,20 @@
16
"jane-php/open-api-runtime": "^6.3"
17
},
18
"require-dev": {
19
- "amphp/http-client": "^4.5",
20
"friendsofphp/php-cs-fixer": "^2.17",
21
"jane-php/json-schema": "^6.3",
22
"jane-php/open-api-3": "^6.3"
23
24
"suggest": {
25
- "amphp/http-client": "To use the async api"
+ "php-http/socket-client": "Socket-based HTTP Client to use the API"
+ },
26
+ "conflict": {
27
+ "docker-php/docker-php-api": "*"
28
29
+ "scripts": {
30
+ "generate": "vendor/bin/jane-openapi generate",
31
+ "lint": "vendor/bin/php-cs-fixer fix --dry-run --verbose --diff",
32
+ "lint-fix": "vendor/bin/php-cs-fixer fix --verbose"
33
34
"extra": {
35
"branch-alias": {
0 commit comments