Update README.md

This commit is contained in:
Pavel 2021-09-23 19:58:51 +03:00 committed by GitHub
parent f7832865a1
commit 2170930dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,5 +127,5 @@ In order to use unsupported serializer you should create an adapter which implem
- [x] Multipart form body matcher (just like callback matcher but parses the body as a multipart form data) - [x] Multipart form body matcher (just like callback matcher but parses the body as a multipart form data)
- [x] **BREAKING CHANGE:** Rename serializer decorators to serializer adapters. - [x] **BREAKING CHANGE:** Rename serializer decorators to serializer adapters.
- [ ] `symfony/http-client` support. - [ ] `symfony/http-client` support.
- [ ] Real network response for mocked & unmatched requests. - [ ] Real network response for mocked requests.
- [ ] Document everything (with examples if its feasible). - [ ] Document everything (with examples if its feasible).