@@ -14,9 +14,9 @@ A simple http handler implementation for API.
1414## Requirements
1515
1616 * php: ^7.2
17- * chubbyphp/chubbyphp-deserialization: ^2.17.1
18- * chubbyphp/chubbyphp-negotiation: ^1.5.3
19- * chubbyphp/chubbyphp-serialization: ^2.13.2
17+ * chubbyphp/chubbyphp-deserialization: ^2.18
18+ * chubbyphp/chubbyphp-negotiation: ^1.6
19+ * chubbyphp/chubbyphp-serialization: ^2.14
2020 * psr/http-factory: ^1.0.1
2121 * psr/http-message: ^1.0.1
2222 * psr/http-server-middleware: ^1.0.1
@@ -27,30 +27,38 @@ A simple http handler implementation for API.
2727Through [ Composer] ( http://getcomposer.org ) as [ chubbyphp/chubbyphp-api-http] [ 1 ] .
2828
2929``` sh
30- composer require chubbyphp/chubbyphp-api-http " ^3.4 "
30+ composer require chubbyphp/chubbyphp-api-http " ^3.5 "
3131```
3232
3333## Usage
3434
3535 * [ ApiProblem (example)] [ 2 ]
36- * [ RequestManager] [ 3 ]
37- * [ ResponseManager] [ 4 ]
38- * [ AcceptAndContentTypeMiddleware] [ 5 ]
39- * [ ApiExceptionMiddleware] [ 6 ]
40- * [ ApiHttpServiceFactory] [ 7 ]
41- * [ ApiHttpServiceProvider] [ 8 ]
42- * [ ApiProblemMapping (example)] [ 9 ]
36+ * [ AcceptAndContentTypeMiddlewareFactory] [ 3 ]
37+ * [ ApiExceptionMiddlewareFactory] [ 4 ]
38+ * [ RequestManagerFactory] [ 5 ]
39+ * [ ResponseManagerFactory] [ 6 ]
40+ * [ RequestManager] [ 7 ]
41+ * [ ResponseManager] [ 8 ]
42+ * [ AcceptAndContentTypeMiddleware] [ 9 ]
43+ * [ ApiExceptionMiddleware] [ 10 ]
44+ * [ ApiHttpServiceFactory] [ 11 ]
45+ * [ ApiHttpServiceProvider] [ 12 ]
46+ * [ ApiProblemMapping (example)] [ 13 ]
4347
4448## Copyright
4549
4650Dominik Zogg 2020
4751
4852[ 1 ] : https://packagist.org/packages/chubbyphp/chubbyphp-api-http
4953[ 2 ] : doc/ApiProblem/ApiProblem.md
50- [ 3 ] : doc/Manager/RequestManager.md
51- [ 4 ] : doc/Manager/ResponseManager.md
52- [ 5 ] : doc/Middleware/AcceptAndContentTypeMiddleware.md
53- [ 6 ] : doc/ServiceFactory/ApiExceptionMiddleware.md
54- [ 7 ] : doc/ServiceFactory/ApiHttpServiceFactory.md
55- [ 8 ] : doc/ServiceProvider/ApiHttpServiceProvider.md
56- [ 9 ] : doc/Serialization/ApiProblemMapping.md
54+ [ 3 ] : doc/Container/AcceptAndContentTypeMiddlewareFactory.md
55+ [ 4 ] : doc/Container/ApiExceptionMiddlewareFactory.md
56+ [ 5 ] : doc/Container/RequestManagerFactory.md
57+ [ 6 ] : doc/Container/ResponseManagerFactory.md
58+ [ 7 ] : doc/Manager/RequestManager.md
59+ [ 8 ] : doc/Manager/ResponseManager.md
60+ [ 9 ] : doc/Middleware/AcceptAndContentTypeMiddleware.md
61+ [ 10 ] : doc/Middleware/ApiExceptionMiddleware.md
62+ [ 11 ] : doc/ServiceFactory/ApiHttpServiceFactory.md
63+ [ 12 ] : doc/ServiceProvider/ApiHttpServiceProvider.md
64+ [ 13 ] : doc/Serialization/ApiProblemMapping.md
0 commit comments