File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A simple skeleton to build api's based on the [chubbyphp-framework][1].
1414 * [ chubbyphp/chubbyphp-api] [ 2 ] : ^1.0
1515 * [ chubbyphp/chubbyphp-clean-directories] [ 3 ] : ^1.5.1
1616 * [ chubbyphp/chubbyphp-cors] [ 4 ] : ^1.7.1
17- * [ chubbyphp/chubbyphp-decode-encode] [ 5 ] : ^1.3.1
17+ * [ chubbyphp/chubbyphp-decode-encode] [ 5 ] : ^1.4
1818 * [ chubbyphp/chubbyphp-framework] [ 6 ] : ^6.0.2
1919 * [ chubbyphp/chubbyphp-framework-router-fastroute] [ 7 ] : ^2.3.3
2020 * [ chubbyphp/chubbyphp-http-exception] [ 8 ] : ^1.3.2
Original file line number Diff line number Diff line change 1818 "chubbyphp/chubbyphp-api" : " ^1.0" ,
1919 "chubbyphp/chubbyphp-clean-directories" : " ^1.5.1" ,
2020 "chubbyphp/chubbyphp-cors" : " ^1.7.1" ,
21- "chubbyphp/chubbyphp-decode-encode" : " ^1.3.1 " ,
21+ "chubbyphp/chubbyphp-decode-encode" : " ^1.4 " ,
2222 "chubbyphp/chubbyphp-framework" : " ^6.0.2" ,
2323 "chubbyphp/chubbyphp-framework-router-fastroute" : " ^2.3.3" ,
2424 "chubbyphp/chubbyphp-http-exception" : " ^1.3.2" ,
Original file line number Diff line number Diff line change 3838use Chubbyphp \Api \RequestHandler \ListRequestHandler ;
3939use Chubbyphp \Api \RequestHandler \ReadRequestHandler ;
4040use Chubbyphp \Api \RequestHandler \UpdateRequestHandler ;
41- use Chubbyphp \Api \ServiceFactory \DecodeEncode \TypeDecodersFactory ;
42- use Chubbyphp \Api \ServiceFactory \DecodeEncode \TypeEncodersFactory ;
4341use Chubbyphp \Api \ServiceFactory \Middleware \ApiExceptionMiddlewareFactory ;
4442use Chubbyphp \Api \ServiceFactory \Negotiation \AcceptNegotiatorSupportedMediaTypesFactory ;
4543use Chubbyphp \Api \ServiceFactory \Negotiation \ContentTypeNegotiatorSupportedMediaTypesFactory ;
5250use Chubbyphp \DecodeEncode \Encoder \TypeEncoderInterface ;
5351use Chubbyphp \DecodeEncode \ServiceFactory \DecoderFactory ;
5452use Chubbyphp \DecodeEncode \ServiceFactory \EncoderFactory ;
53+ use Chubbyphp \DecodeEncode \ServiceFactory \TypeDecodersFactory ;
54+ use Chubbyphp \DecodeEncode \ServiceFactory \TypeEncodersFactory ;
5555use Chubbyphp \Framework \Middleware \ExceptionMiddleware ;
5656use Chubbyphp \Framework \Middleware \RouteMatcherMiddleware ;
5757use Chubbyphp \Framework \Router \RouteInterface ;
You can’t perform that action at this time.
0 commit comments