Skip to content

Commit 276dc64

Browse files
committed
drop TypeDecodersFactory and TypeEncodersFactory
1 parent 21d2ad4 commit 276dc64

6 files changed

Lines changed: 2 additions & 156 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A set of CRUD middleware and request handlers for building APIs with PSR-15.
2626
## Requirements
2727

2828
* php: ^8.3
29-
* [chubbyphp/chubbyphp-decode-encode][2]: ^1.3.1
29+
* [chubbyphp/chubbyphp-decode-encode][2]: ^1.4
3030
* [chubbyphp/chubbyphp-http-exception][3]: ^1.3.2
3131
* [chubbyphp/chubbyphp-parsing][4]: ^2.2
3232
* [psr/container][5]: ^1.1.2|^2.0.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": "^8.3",
21-
"chubbyphp/chubbyphp-decode-encode": "^1.3.1",
21+
"chubbyphp/chubbyphp-decode-encode": "^1.4",
2222
"chubbyphp/chubbyphp-http-exception": "^1.3.2",
2323
"chubbyphp/chubbyphp-parsing": "^2.2",
2424
"psr/container": "^1.1.2|^2.0.2",

src/ServiceFactory/DecodeEncode/TypeDecodersFactory.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/ServiceFactory/DecodeEncode/TypeEncodersFactory.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

tests/Unit/ServiceFactory/DecodeEncode/TypeDecodersFactoryTest.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

tests/Unit/ServiceFactory/DecodeEncode/TypeEncodersFactoryTest.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)