We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab4fe4 commit ec7892bCopy full SHA for ec7892b
CHANGELOG.md
@@ -20,13 +20,12 @@ CHANGELOG
20
21
* 1.1.1 (2019-03-11)
22
23
+ * Deprecated DiactorosFactory, use PsrHttpFactory instead
24
* Removed triggering of deprecation
25
26
* 1.1.0 (2018-08-30)
27
- * Deprecated DiactorosFactory, use PsrHttpFactory instead
28
- * Added option to stream the response on the HttpFoundationFactory createResponse
29
- * Added more tests and improved code style
+ * Added support for creating PSR-7 messages using PSR-17 factories
30
31
* 1.0.2 (2017-12-19)
32
composer.json
@@ -36,7 +36,7 @@
36
},
37
"extra": {
38
"branch-alias": {
39
- "dev-master": "1.2-dev"
+ "dev-master": "1.3-dev"
40
}
41
42
0 commit comments