Skip to content

Commit c534934

Browse files
author
klapaudius
committed
Update CHANGELOG.md and fix symfony/cache version in composer.json
1 parent 25d83ea commit c534934

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
### Version 1.3.1
211
- **Enhancements:**
312
- Add Symfony 6.4 compliancy

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ext-json": "*",
1111
"ext-fileinfo": "*",
1212
"psr/log": "^3.0",
13-
"symfony/cache": "^7.2|^6.4",
13+
"symfony/cache": "~7.0|^6.4",
1414
"symfony/config": "~7.0|^6.4",
1515
"symfony/console": "~7.0|^6.4",
1616
"symfony/dependency-injection": "~7.0|^6.4",

0 commit comments

Comments
 (0)