|
1 | 1 | {
|
2 |
| - "name": "yoanm/symfony-jsonrpc-http-server-openapi-doc", |
| 2 | + "name": "mserverone/symfony-jsonrpc-http-server-openapi-doc", |
3 | 3 | "description": "Symfony bundle for easy JSON-RPC server OpenAPI 3.0.0 documentation",
|
4 | 4 | "license": "MIT",
|
5 | 5 | "type": "library",
|
|
32 | 32 | "yoanm/symfony-jsonrpc-http-server": "Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response"
|
33 | 33 | },
|
34 | 34 | "require": {
|
35 |
| - "php": ">=7.2", |
36 |
| - "symfony/config": "^4.0 || ^5.0", |
37 |
| - "symfony/dependency-injection": "^4.0 || ^5.0", |
| 35 | + "php": ">=8.2", |
| 36 | + "symfony/config": "^4.0 || ^5.0 || ^6.0", |
| 37 | + "symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0", |
38 | 38 | "symfony/event-dispatcher-contracts": "^1.0 || ^2.0",
|
39 |
| - "symfony/http-kernel": "^4.0 || ^5.0", |
40 |
| - "yoanm/jsonrpc-http-server-openapi-doc-sdk": "^0.2", |
41 |
| - "yoanm/jsonrpc-server-doc-sdk": "^0.2", |
42 |
| - "yoanm/symfony-jsonrpc-http-server-doc": "^1.0" |
| 39 | + "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0", |
| 40 | + "yoanm/jsonrpc-http-server-openapi-doc-sdk": "^0.2 || ^1.0", |
| 41 | + "yoanm/jsonrpc-server-doc-sdk": "^0.2 || ^1.0", |
| 42 | + "yoanm/symfony-jsonrpc-http-server-doc": "^1.0 || ^2.0 || ^3.0" |
43 | 43 | },
|
44 | 44 | "require-dev": {
|
45 | 45 | "behat/behat": "~3.0",
|
46 |
| - "matthiasnoback/symfony-config-test": "^3.0 || ^4.0", |
47 |
| - "matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0", |
48 |
| - "phpunit/phpunit": "^7.0 || ^8.0", |
| 46 | + "matthiasnoback/symfony-config-test": "^3.0 || ^4.0 || ^5.0", |
| 47 | + "matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0 || ^5.0", |
| 48 | + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.0", |
49 | 49 | "squizlabs/php_codesniffer": "3.*",
|
50 |
| - "symfony/event-dispatcher": "^4.0 || ^5.0", |
51 |
| - "symfony/framework-bundle": "^4.0 || ^5.0", |
52 |
| - "symfony/routing": "^4.0 || ^5.0", |
53 |
| - "yoanm/php-unit-extended": "~1.0" |
| 50 | + "symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0", |
| 51 | + "symfony/framework-bundle": "^4.0 || ^5.0 || ^6.0", |
| 52 | + "symfony/routing": "^4.0 || ^5.0 || ^6.0", |
| 53 | + "yoanm/php-unit-extended": "^1.0 || ^2.0" |
54 | 54 | }
|
55 | 55 | }
|
0 commit comments