From b08ba6f6cdb1fc1e76a7f6e9b5b37431dd8ff0cf Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Fri, 21 May 2021 09:52:52 +0300 Subject: [PATCH] add new goal to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad0ba51..eaaacf0 100644 --- a/README.md +++ b/README.md @@ -122,5 +122,6 @@ In order to use unsupported serializer you should create a decorator which imple - [x] Add methods for easier throwing of exceptions listed in previous entry. - [x] `replyWithCallback` - reply using specified callback. - [x] `replyWithFactory` - reply using specified response factory (provide corresponding interface). +- [ ] `symfony/http-client` support. - [ ] Compare XML bodies using `DOMDocument`, fallback to text comparison in case of problems. - [ ] Document everything (with examples if it’s feasible).