From 24b9dc234c18852462ecdd98e739d6bde53d75d9 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 e344ee8..c897ebc 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "ramsey/uuid": "^4.9", "tiny-blocks/building-blocks": "^5.0", "tiny-blocks/collection": "^2.4", - "tiny-blocks/mapper": "^3.0" + "tiny-blocks/mapper": "^3.1" }, "require-dev": { "ergebnis/composer-normalize": "^2.52", From cb066c235b531c99deeb9e284666815514549ce2 Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Mon, 8 Jun 2026 22:46:04 -0300 Subject: [PATCH 2/2] build: Bump tiny-blocks/collection to ^2.5 and tiny-blocks/building-blocks to ^5.1. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c897ebc..a163ab8 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ "php": "^8.5", "doctrine/dbal": "^4.4", "ramsey/uuid": "^4.9", - "tiny-blocks/building-blocks": "^5.0", - "tiny-blocks/collection": "^2.4", + "tiny-blocks/building-blocks": "^5.1", + "tiny-blocks/collection": "^2.5", "tiny-blocks/mapper": "^3.1" }, "require-dev": {