We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d83ea commit c534934Copy full SHA for c534934
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+### Version 1.3.2
2
+- **Bug Fixes:**
3
+ - Fix protocol evaluation on client request (#38)
4
+ - Fix SSE stream blocking issue (#36)
5
+- **Enhancements:**
6
+ - Add test environment initialization and conditional output handling adjustments
7
+- **Documentation:**
8
+ - Move development guidelines to CONTRIBUTING.md
9
+
10
### Version 1.3.1
11
- **Enhancements:**
12
- Add Symfony 6.4 compliancy
composer.json
@@ -10,7 +10,7 @@
"ext-json": "*",
"ext-fileinfo": "*",
"psr/log": "^3.0",
13
- "symfony/cache": "^7.2|^6.4",
+ "symfony/cache": "~7.0|^6.4",
14
"symfony/config": "~7.0|^6.4",
15
"symfony/console": "~7.0|^6.4",
16
"symfony/dependency-injection": "~7.0|^6.4",
0 commit comments