Skip to content

Commit a50b9cb

Browse files
authored
Release/1.0.1 (#5)
1 parent 6e23f69 commit a50b9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ show-reports:
3535

3636
clean:
3737
@sudo chown -R ${USER}:${USER} ${PWD}
38-
@rm -rf report vendor .phpunit.cache .lock
38+
@rm -rf report vendor .phpunit.cache *.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"require": {
4545
"php": "^8.3",
46-
"tiny-blocks/collection": "^1.8"
46+
"tiny-blocks/collection": "1.8.0"
4747
},
4848
"require-dev": {
4949
"phpmd/phpmd": "^2.15",

0 commit comments

Comments
 (0)