|
11 | 11 | ], |
12 | 12 | "require": { |
13 | 13 | "php": "^7.2", |
14 | | - "chubbyphp/chubbyphp-deserialization": "^2.15.2", |
15 | | - "chubbyphp/chubbyphp-negotiation": "^1.5.1", |
16 | | - "chubbyphp/chubbyphp-serialization": "^2.12.2", |
| 14 | + "chubbyphp/chubbyphp-deserialization": "^2.17.1", |
| 15 | + "chubbyphp/chubbyphp-negotiation": "^1.5.3", |
| 16 | + "chubbyphp/chubbyphp-serialization": "^2.13.2", |
17 | 17 | "psr/http-factory": "^1.0.1", |
18 | 18 | "psr/http-message": "^1.0.1", |
19 | 19 | "psr/http-server-middleware": "^1.0.1", |
20 | | - "psr/log": "^1.1.2" |
| 20 | + "psr/log": "^1.1.3" |
21 | 21 | }, |
22 | 22 | "require-dev": { |
23 | | - "chubbyphp/chubbyphp-container": "^1.0", |
| 23 | + "chubbyphp/chubbyphp-container": "^1.1", |
24 | 24 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
25 | | - "chubbyphp/chubbyphp-mock": "^1.4.2", |
26 | | - "infection/infection": "^0.15", |
| 25 | + "chubbyphp/chubbyphp-mock": "^1.4.5", |
| 26 | + "infection/infection": "^0.15.3|^0.16.4", |
27 | 27 | "mavimo/phpstan-junit": "^0.3", |
28 | 28 | "php-coveralls/php-coveralls": "^2.2", |
29 | | - "phploc/phploc": "^5.0", |
30 | | - "phpstan/extension-installer": "^1.0.3", |
31 | | - "phpstan/phpstan": "^0.12.3", |
32 | | - "phpunit/phpunit": "^8.5.1", |
33 | | - "pimple/pimple": "^3.2.3" |
| 29 | + "phploc/phploc": "^5.0|^6.0.2", |
| 30 | + "phpstan/extension-installer": "^1.0.4", |
| 31 | + "phpstan/phpstan": "^0.12.32", |
| 32 | + "phpunit/phpunit": "^8.5.8|^9.2.5", |
| 33 | + "pimple/pimple": "^3.3" |
34 | 34 | }, |
35 | 35 | "autoload": { |
36 | 36 | "psr-4": { "Chubbyphp\\ApiHttp\\": "src/" } |
|
0 commit comments