|
14 | 14 | "require": {
|
15 | 15 | "ext-intl": "*",
|
16 | 16 | "ext-json": "*",
|
17 |
| - "cebe/php-openapi": "1.4.*", |
18 |
| - "fig/http-message-util": "^1.1", |
| 17 | + "devizzent/cebe-php-openapi": "^1.0", |
| 18 | + "doctrine/persistence": "^2.0|^3.0", |
| 19 | + "fig/http-message-util": "^1.0", |
19 | 20 | "free-elephants/i18n": "^0.0.1",
|
20 | 21 | "laminas/laminas-stratigility": "^3.2",
|
21 |
| - "league/openapi-psr7-validator": "0.14", |
22 |
| - "neomerx/json-api": "^4.0", |
| 22 | + "laravel-json-api/neomerx-json-api": "^5.0.2", |
| 23 | + "league/openapi-psr7-validator": "0.19 - 0.22", |
23 | 24 | "nette/php-generator": "^3.4",
|
24 | 25 | "nikic/fast-route": "^1.3",
|
25 |
| - "psr/cache": "^1.0", |
| 26 | + "psr/cache": "^1|^2|^3", |
| 27 | + "psr/container": "^1|^2", |
26 | 28 | "psr/http-factory": "^1.0",
|
27 |
| - "psr/http-message": "^1.0", |
| 29 | + "psr/http-message": "^1.0|^2.0", |
28 | 30 | "psr/http-server-handler": "^1.0",
|
29 | 31 | "psr/http-server-middleware": "^1.0",
|
30 | 32 | "rakit/validation": "^1.2",
|
31 |
| - "ramsey/uuid": "^3.0|^4.0" |
| 33 | + "ramsey/uuid": "^3.9.7|^4.0" |
32 | 34 | },
|
33 | 35 | "require-dev": {
|
34 |
| - "doctrine/orm": "^2.7", |
35 |
| - "helmich/phpunit-psr7-assert": "dev-master#c7c75e8", |
| 36 | + "helmich/phpunit-psr7-assert": "^4", |
36 | 37 | "nyholm/psr7": "^1.2",
|
37 |
| - "phpunit/phpunit": "^9.0" |
| 38 | + "phpunit/phpunit": "^10.5.38|^11.0" |
38 | 39 | },
|
39 | 40 | "suggest": {
|
40 | 41 | "doctrine/orm": "^2.7",
|
41 | 42 | "free-elephants/di": "*",
|
42 |
| - "laminas/laminas-httphandlerrunner": "*" |
| 43 | + "laminas/laminas-httphandlerrunner": "*", |
| 44 | + "nyholm/psr7": "^1.2" |
43 | 45 | },
|
44 | 46 | "autoload": {
|
45 | 47 | "psr-4": {
|
|
0 commit comments