From 5d453055df7388f7620833e867d65a985bdc1d33 Mon Sep 17 00:00:00 2001 From: Gustavo Freze Date: Tue, 7 Jan 2025 09:02:49 -0300 Subject: [PATCH] fix: Fixes composer.json. (#29) --- LICENSE | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 33586a8..4bb2bbf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 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 dd195eb..d57b8da 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ }, "require": { "php": "^8.3", - "tiny-blocks/mapper": "^1.1" + "tiny-blocks/mapper": "dev-main" }, "require-dev": { "phpmd/phpmd": "^2.15",