We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d291c6 commit b97e42bCopy full SHA for b97e42b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
---------
3
4
+### v4.5.0, 2026.03.05
5
+
6
+- Fixed nested re-serialization [#163](https://github.com/opis/closure/issues/163)
7
8
### v4.4.0, 2025.11.20
9
10
- Add PHP 8.5 support [#162](https://github.com/opis/closure/pull/162)
README.md
@@ -86,7 +86,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
86
```json
87
{
88
"require": {
89
- "opis/closure": "^4.4"
+ "opis/closure": "^4.5"
90
}
91
92
```
0 commit comments