Skip to content

Commit c6fce71

Browse files
committed
[TMP] use patched version
1 parent 4e58e0b commit c6fce71

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
"require": {
88
"php": "^8.1",
99
"typo3/cms-core": "^12.4||^13.4",
10-
"schleuse/dindent": "dev-master"
10+
"schleuse/dindent": "dev-feature/new-major"
11+
},
12+
"repositories": {
13+
"dindent": {
14+
"type": "git",
15+
"url": "https://github.com/xerc/dindent"
16+
}
1117
},
1218
"autoload": {
1319
"psr-4": {

0 commit comments

Comments
 (0)