Skip to content

Commit 74618c2

Browse files
authored
Release/1.10.2 (#31)
1 parent 21220a5 commit 74618c2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.idea
22

3-
/vendor/
4-
/report
3+
vendor
4+
report
5+
56
*.lock
67
.phpunit.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"require": {
4747
"php": "^8.3",
48-
"tiny-blocks/mapper": "dev-main"
48+
"tiny-blocks/mapper": "^1.1"
4949
},
5050
"require-dev": {
5151
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)