|
1 | 1 | { |
2 | | - "name": "yoanm/jsonrpc-server-doc-sdk", |
3 | | - "description": "SDK to generate (Http) JSON-RPC server documentation", |
4 | | - "license": "MIT", |
5 | | - "type": "library", |
6 | | - "support": { |
7 | | - "issues": "https://github.com/yoanm/php-jsonrpc-server-doc-sdk/issues" |
8 | | - }, |
9 | | - "authors": [ |
10 | | - { |
11 | | - "name": "Yoanm", |
12 | | - "email": "yoanm@users.noreply.github.com", |
13 | | - "role": "Developer" |
14 | | - } |
15 | | - ], |
16 | | - "autoload": { |
17 | | - "psr-4": { |
18 | | - "Yoanm\\JsonRpcServerDoc\\": "src" |
19 | | - } |
20 | | - }, |
21 | | - "autoload-dev": { |
22 | | - "psr-4": { |
23 | | - "Tests\\": "tests", |
24 | | - "Tests\\Functional\\BehatContext\\": "features/bootstrap" |
25 | | - } |
26 | | - }, |
27 | | - "require": { |
28 | | - "php": ">=7.1" |
29 | | - }, |
30 | | - "require-dev": { |
31 | | - "ext-json": "*", |
32 | | - "behat/behat": "~3.0", |
33 | | - "squizlabs/php_codesniffer": "3.*", |
34 | | - "phpunit/phpunit": "^6.0 || ^7.0", |
35 | | - "yoanm/php-unit-extended": "~1.0" |
| 2 | + "name": "yoanm/jsonrpc-server-doc-sdk", |
| 3 | + "description": "SDK to generate (Http) JSON-RPC server documentation", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
| 6 | + "support": { |
| 7 | + "issues": "https://github.com/yoanm/php-jsonrpc-server-doc-sdk/issues" |
| 8 | + }, |
| 9 | + "authors": [ |
| 10 | + { |
| 11 | + "name": "Yoanm", |
| 12 | + "email": "yoanm@users.noreply.github.com", |
| 13 | + "role": "Developer" |
36 | 14 | } |
| 15 | + ], |
| 16 | + "autoload": { |
| 17 | + "psr-4": { |
| 18 | + "Yoanm\\JsonRpcServerDoc\\": "src" |
| 19 | + } |
| 20 | + }, |
| 21 | + "autoload-dev": { |
| 22 | + "psr-4": { |
| 23 | + "Tests\\": "tests", |
| 24 | + "Tests\\Functional\\BehatContext\\": "features/bootstrap" |
| 25 | + } |
| 26 | + }, |
| 27 | + "suggest": { |
| 28 | + "yoanm/jsonrpc-params-symfony-constraint-doc-sdk": "SDK to generate JSON-RPC documentation from symfony constraint", |
| 29 | + "yoanm/jsonrpc-http-server-swagger-doc-sdk": "SDK to generate Http JSON-RPC server documentation for Swagger v2.0", |
| 30 | + "yoanm/jsonrpc-http-server-openapi-doc-sdk": "SDK to generate Http JSON-RPC server documentation for OpenAPI v3.0.0", |
| 31 | + "yoanm/jsonrpc-server-sdk": "Server SDK to convert a json-rpc request string into json-rpc response string", |
| 32 | + "yoanm/symfony-jsonrpc-http-server-doc": "Symfony bundle for easy JSON-RPC server documentation", |
| 33 | + "yoanm/symfony-jsonrpc-http-server": "Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response" |
| 34 | + }, |
| 35 | + "require": { |
| 36 | + "php": ">=7.1" |
| 37 | + }, |
| 38 | + "require-dev": { |
| 39 | + "ext-json": "*", |
| 40 | + "behat/behat": "~3.0", |
| 41 | + "squizlabs/php_codesniffer": "3.*", |
| 42 | + "phpunit/phpunit": "^6.0 || ^7.0", |
| 43 | + "yoanm/php-unit-extended": "~1.0" |
| 44 | + } |
37 | 45 | } |
0 commit comments