Skip to content

Commit 8a90734

Browse files
authored
Release/1.0.4 (#11)
1 parent 0c9b26d commit 8a90734

3 files changed

Lines changed: 499 additions & 14 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "tiny-blocks/mapper",
33
"type": "library",
4+
"version": "1.0.4",
45
"license": "MIT",
56
"homepage": "https://github.com/tiny-blocks/mapper",
67
"description": "Allows mapping data between different formats, such as JSON, arrays, and DTOs, providing flexibility in transforming and serializing information.",
@@ -43,7 +44,7 @@
4344
},
4445
"require": {
4546
"php": "^8.3",
46-
"tiny-blocks/collection": "1.8.0"
47+
"tiny-blocks/collection": "1.9.0"
4748
},
4849
"require-dev": {
4950
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)