Skip to content

Commit 9c59268

Browse files
committed
Drop async requirements/suggestions as Jane dropped it too
1 parent 26f8871 commit 9c59268

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,20 @@
1616
"jane-php/open-api-runtime": "^6.3"
1717
},
1818
"require-dev": {
19-
"amphp/http-client": "^4.5",
2019
"friendsofphp/php-cs-fixer": "^2.17",
2120
"jane-php/json-schema": "^6.3",
2221
"jane-php/open-api-3": "^6.3"
2322
},
2423
"suggest": {
25-
"amphp/http-client": "To use the async api"
24+
"php-http/socket-client": "Socket-based HTTP Client to use the API"
25+
},
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"
2633
},
2734
"extra": {
2835
"branch-alias": {

0 commit comments

Comments
 (0)