From 20cf361f2b2cdb090c2e64a2f410cc6263c47731 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 10 May 2024 19:30:58 +0200 Subject: [PATCH] Compatibility with brick/varexporter v0.5 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ef09d..bc3594a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.5.4](https://github.com/brick/reflection/releases/tag/0.5.4) - 2024-05-10 + +✨ **Compatibility improvements** + +- Compatibility with `brick/varexporter` version `0.5` + ## [0.5.3](https://github.com/brick/reflection/releases/tag/0.5.3) - 2024-05-03 ✨ **New features** diff --git a/composer.json b/composer.json index 4486162..68b3b39 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require": { "php": "^8.0", "doctrine/annotations": "^1.10.4 || ^2.0", - "brick/varexporter": "^0.3.7 || ^0.4.0" + "brick/varexporter": "^0.3.7 || ^0.4.0 || ^0.5.0" }, "require-dev": { "phpunit/phpunit": "^9.0",