Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 25e2607

Browse files
author
Dominik Zogg
committed
vendor update
1 parent 9956d27 commit 25e2607

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ A simple http handler implementation for API.
1414
## Requirements
1515

1616
* php: ^7.2
17-
* chubbyphp/chubbyphp-deserialization: ^2.15
18-
* chubbyphp/chubbyphp-negotiation: ^1.5
19-
* chubbyphp/chubbyphp-serialization: ^2.12
17+
* chubbyphp/chubbyphp-deserialization: ^2.17.1
18+
* chubbyphp/chubbyphp-negotiation: ^1.5.3
19+
* chubbyphp/chubbyphp-serialization: ^2.13.2
2020
* psr/http-factory: ^1.0.1
2121
* psr/http-message: ^1.0.1
2222
* psr/http-server-middleware: ^1.0.1
23-
* psr/log: ^1.1.2
23+
* psr/log: ^1.1.3
2424

2525
## Installation
2626

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
],
1212
"require": {
1313
"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",
1717
"psr/http-factory": "^1.0.1",
1818
"psr/http-message": "^1.0.1",
1919
"psr/http-server-middleware": "^1.0.1",
20-
"psr/log": "^1.1.2"
20+
"psr/log": "^1.1.3"
2121
},
2222
"require-dev": {
23-
"chubbyphp/chubbyphp-container": "^1.0",
23+
"chubbyphp/chubbyphp-container": "^1.1",
2424
"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",
2727
"mavimo/phpstan-junit": "^0.3",
2828
"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"
3434
},
3535
"autoload": {
3636
"psr-4": { "Chubbyphp\\ApiHttp\\": "src/" }

0 commit comments

Comments
 (0)