We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e23f69 commit a50b9cbCopy full SHA for a50b9cb
Makefile
@@ -35,4 +35,4 @@ show-reports:
35
36
clean:
37
@sudo chown -R ${USER}:${USER} ${PWD}
38
- @rm -rf report vendor .phpunit.cache .lock
+ @rm -rf report vendor .phpunit.cache *.lock
composer.json
@@ -43,7 +43,7 @@
43
},
44
"require": {
45
"php": "^8.3",
46
- "tiny-blocks/collection": "^1.8"
+ "tiny-blocks/collection": "1.8.0"
47
48
"require-dev": {
49
"phpmd/phpmd": "^2.15",
0 commit comments