From 968ac3bf1de3bd3fc98ab6eb8fe8b56e1a1a057e Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Mon, 6 Jan 2025 23:50:08 -0300 Subject: [PATCH] Fixes composer.json. (#27) * fix: Fixes composer.json. --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c6704d2..dd195eb 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,7 @@ "name": "tiny-blocks/collection", "type": "library", "license": "MIT", - "version": "1.9.1", "homepage": "https://github.com/tiny-blocks/collection", - "version": "1.9.2", "description": "Provides a flexible and efficient API to manipulate, iterate, and manage collections in a structured and type-safe manner.", "prefer-stable": true, "minimum-stability": "stable", @@ -47,7 +45,7 @@ }, "require": { "php": "^8.3", - "tiny-blocks/mapper": "^1" + "tiny-blocks/mapper": "^1.1" }, "require-dev": { "phpmd/phpmd": "^2.15",