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

Commit 719ccca

Browse files
author
Dominik Zogg
committed
use chubbyphp/chubbyphp-http-exception 1.0.1
1 parent 01ea343 commit 719ccca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A simple http handler implementation for API.
2727

2828
* php: ^8.0
2929
* chubbyphp/chubbyphp-deserialization: ^3.5.1
30-
* chubbyphp/chubbyphp-http-exception: ^1.0
30+
* chubbyphp/chubbyphp-http-exception: ^1.0.1
3131
* chubbyphp/chubbyphp-negotiation: ^1.9
3232
* chubbyphp/chubbyphp-serialization: ^3.3.1
3333
* psr/http-factory: ^1.0.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.0",
1414
"chubbyphp/chubbyphp-deserialization": "^3.5.1",
15-
"chubbyphp/chubbyphp-http-exception": "^1.0",
15+
"chubbyphp/chubbyphp-http-exception": "^1.0.1",
1616
"chubbyphp/chubbyphp-negotiation": "^1.9",
1717
"chubbyphp/chubbyphp-serialization": "^3.3.1",
1818
"psr/http-factory": "^1.0.1",

0 commit comments

Comments
 (0)