|
1 | 1 | { |
2 | | - "name": "yoanm/symfony-jsonrpc-http-server-doc", |
3 | | - "description": "Symfony bundle for easy JSON-RPC server documentation", |
4 | | - "license": "MIT", |
5 | | - "type": "library", |
6 | | - "support": { |
7 | | - "issues": "https://github.com/yoanm/symfony-jsonrpc-http-server-doc/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\\SymfonyJsonRpcHttpServerDoc\\": "src" |
19 | | - } |
20 | | - }, |
21 | | - "autoload-dev": { |
22 | | - "psr-4": { |
23 | | - "Tests\\": "tests", |
24 | | - "Tests\\Functional\\BehatContext\\": "features/bootstrap" |
25 | | - } |
26 | | - }, |
27 | | - "require": { |
28 | | - "php": ">=5.5", |
29 | | - "yoanm/jsonrpc-server-sdk": "dev-release/3.0.0 || dev-master", |
30 | | - "yoanm/jsonrpc-server-doc-sdk": "dev-release/1.0.0 || dev-master", |
31 | | - "yoanm/symfony-jsonrpc-http-server": "dev-release/3.0.0 || dev-master", |
32 | | - "symfony/http-foundation": "^3.0 || ^4.0", |
33 | | - "symfony/http-kernel": "^3.0 || ^4.0", |
34 | | - "symfony/config": "^3.0 || ^4.0", |
35 | | - "symfony/dependency-injection": "^3.0 || ^4.0" |
36 | | - }, |
37 | | - "require-dev": { |
38 | | - "behat/behat": "~3.0", |
39 | | - "squizlabs/php_codesniffer": "3.*", |
40 | | - "phpunit/phpunit": "^6.0 || ^7.0", |
41 | | - "matthiasnoback/symfony-dependency-injection-test": "^2.0 || ^3.0", |
42 | | - "matthiasnoback/symfony-config-test": "^3.0 || ^4.0", |
43 | | - "symfony/framework-bundle": "^3.4", |
44 | | - "yoanm/php-unit-extended": "~1.0" |
| 2 | + "name": "yoanm/symfony-jsonrpc-http-server-doc", |
| 3 | + "description": "Symfony bundle for easy JSON-RPC server documentation", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
| 6 | + "support": { |
| 7 | + "issues": "https://github.com/yoanm/symfony-jsonrpc-http-server-doc/issues" |
| 8 | + }, |
| 9 | + "authors": [ |
| 10 | + { |
| 11 | + "name": "Yoanm", |
| 12 | + "email": "yoanm@users.noreply.github.com", |
| 13 | + "role": "Developer" |
45 | 14 | } |
| 15 | + ], |
| 16 | + "autoload": { |
| 17 | + "psr-4": { |
| 18 | + "Yoanm\\SymfonyJsonRpcHttpServerDoc\\": "src" |
| 19 | + } |
| 20 | + }, |
| 21 | + "autoload-dev": { |
| 22 | + "psr-4": { |
| 23 | + "Tests\\": "tests", |
| 24 | + "Tests\\Functional\\BehatContext\\": "features/bootstrap", |
| 25 | + "DemoApp\\": "features/demo_app/src" |
| 26 | + } |
| 27 | + }, |
| 28 | + "suggest": { |
| 29 | + "yoanm/symfony-jsonrpc-http-server": "Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response", |
| 30 | + "yoanm/symfony-jsonrpc-params-sf-constraints-doc": "Symfony bundle for easy Symfony constraints to JSON-RPC documentation transformation", |
| 31 | + "yoanm/symfony-jsonrpc-http-server-openapi-doc": "Symfony bundle for easy JSON-RPC server OpenAPI 3.0.0 documentation", |
| 32 | + "yoanm/symfony-jsonrpc-http-server-swagger-doc": "Symfony bundle for easy JSON-RPC server Swagger 2.0 documentation" |
| 33 | + }, |
| 34 | + "require": { |
| 35 | + "php": ">=7.1", |
| 36 | + "yoanm/jsonrpc-server-sdk": "^3.0", |
| 37 | + "yoanm/jsonrpc-server-doc-sdk": "^0.1", |
| 38 | + "yoanm/symfony-jsonrpc-http-server": "^2.0", |
| 39 | + "symfony/http-kernel": "^3.0 || ^4.0", |
| 40 | + "symfony/config": "^3.0 || ^4.0", |
| 41 | + "symfony/dependency-injection": "^3.0 || ^4.0" |
| 42 | + }, |
| 43 | + "require-dev": { |
| 44 | + "behat/behat": "~3.0", |
| 45 | + "squizlabs/php_codesniffer": "3.*", |
| 46 | + "phpunit/phpunit": "^6.0 || ^7.0", |
| 47 | + "matthiasnoback/symfony-dependency-injection-test": "^2.0 || ^3.0", |
| 48 | + "matthiasnoback/symfony-config-test": "^3.0 || ^4.0", |
| 49 | + "symfony/framework-bundle": "^3.0 || ^4.0", |
| 50 | + "yoanm/php-unit-extended": "~1.0" |
| 51 | + } |
46 | 52 | } |
0 commit comments