|
26 | 26 | ],
|
27 | 27 | "require": {
|
28 | 28 | "php": ">=8.1",
|
29 |
| - "ext-json": "*", |
30 | 29 | "ext-mbstring": "*",
|
31 |
| - "jane-php/open-api-runtime": "^7.4", |
| 30 | + "jane-php/json-schema-runtime": "^7.5", |
| 31 | + "jane-php/open-api-runtime": "^7.5", |
| 32 | + "php-http/client-common": "^2.7", |
| 33 | + "php-http/discovery": "^1.19", |
| 34 | + "php-http/multipart-stream-builder": "^1.3", |
32 | 35 | "psr/http-client": "^1.0",
|
33 |
| - "psr/http-client-implementation": "*", |
34 | 36 | "psr/http-factory": "^1.0",
|
| 37 | + "psr/http-message": "^2.0", |
| 38 | + "psr/http-client-implementation": "*", |
35 | 39 | "psr/http-factory-implementation": "*",
|
36 |
| - "psr/http-message": "^1.0 || ^2.0", |
37 |
| - "psr/http-message-implementation": "*" |
| 40 | + "psr/http-message-implementation": "*", |
| 41 | + "symfony/deprecation-contracts": "^3.3", |
| 42 | + "symfony/options-resolver": "^6.3", |
| 43 | + "symfony/serializer": "^6.3", |
| 44 | + "symfony/validator": "^6.3" |
38 | 45 | },
|
39 | 46 | "require-dev": {
|
40 | 47 | "friendsofphp/php-cs-fixer": "^3.8",
|
|
0 commit comments