From 7584a801ae0adc72ff755518bd19f66e2e1eda75 Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Mon, 6 Jan 2025 23:58:43 -0300 Subject: [PATCH] Fixes composer.json. (#14) * fix: Fixes composer.json. --- LICENSE | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 98fb938..4bb2bbf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Tiny Blocks +Copyright (c) 2024-2025 Tiny Blocks Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/composer.json b/composer.json index b8fbcd5..4dbc096 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "require": { "php": "^8.3", - "tiny-blocks/collection": "^1" + "tiny-blocks/collection": "^1.10" }, "require-dev": { "phpmd/phpmd": "^2.15",