Skip to content

Commit 470b6de

Browse files
authored
Release/1.9.1 (#24)
* fix: Fixes composer.json.
1 parent a66fc2d commit 470b6de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "tiny-blocks/collection",
33
"type": "library",
44
"license": "MIT",
5+
"version": "1.9.1",
56
"homepage": "https://github.com/tiny-blocks/collection",
67
"description": "Provides a flexible and efficient API to manipulate, iterate, and manage collections in a structured and type-safe manner.",
78
"prefer-stable": true,
@@ -45,7 +46,7 @@
4546
},
4647
"require": {
4748
"php": "^8.3",
48-
"tiny-blocks/mapper": "^1.0"
49+
"tiny-blocks/mapper": "^1"
4950
},
5051
"require-dev": {
5152
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)