From c46077e16eaebd3a15876a5bbe93833696a82505 Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Mon, 8 Jun 2026 22:20:33 -0300 Subject: [PATCH 1/2] build: Bump tiny-blocks/mapper to ^3.1. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d773afc..f1169f3 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "php": "^8.5", "ramsey/uuid": "^4.9", "tiny-blocks/collection": "^2.4", - "tiny-blocks/mapper": "^3.0", + "tiny-blocks/mapper": "^3.1", "tiny-blocks/time": "^2.2", "tiny-blocks/value-object": "^5.0" }, From 14a8d00317e9c70adfc6b60e9548ba973138f3dd Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Mon, 8 Jun 2026 22:38:27 -0300 Subject: [PATCH 2/2] build: Bump tiny-blocks/collection from ^2.4 to ^2.5 and tiny-blocks/time from ^2.2 to ^2.3. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f1169f3..42f05c0 100644 --- a/composer.json +++ b/composer.json @@ -30,9 +30,9 @@ "require": { "php": "^8.5", "ramsey/uuid": "^4.9", - "tiny-blocks/collection": "^2.4", + "tiny-blocks/collection": "^2.5", "tiny-blocks/mapper": "^3.1", - "tiny-blocks/time": "^2.2", + "tiny-blocks/time": "^2.3", "tiny-blocks/value-object": "^5.0" }, "require-dev": {