Skip to content

Commit 24f9e13

Browse files
committed
Merge branch 'dev'
2 parents 9cdc81d + a598195 commit 24f9e13

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

composer.json

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,19 @@
3030
},
3131
"extra": {
3232
"patternlab": {
33-
"config": [
34-
{
35-
"lineageMatch": "{%([ ]+)?include ["\\']([A-Za-z0-9-_]+)["\\'](.*)%}",
36-
"lineageMatchKey": 2,
37-
"patternExtension": "twig",
38-
"twigDebug": false,
39-
"twigDefaultDateFormat": "",
40-
"twigDefaultIntervalFormat": "",
41-
"twigMacroExt": "macro.twig",
42-
"twigFilterExt": "filter.php",
43-
"twigFunctionExt": "function.php",
44-
"twigTagExt": "tag.php",
45-
"twigTestExt": "test.php"
46-
}
47-
]
33+
"config": {
34+
"lineageMatch": "{%([ ]+)?include ["\\']([A-Za-z0-9-_]+)["\\'](.*)%}",
35+
"lineageMatchKey": 2,
36+
"patternExtension": "twig",
37+
"twigDebug": false,
38+
"twigDefaultDateFormat": "",
39+
"twigDefaultIntervalFormat": "",
40+
"twigMacroExt": "macro.twig",
41+
"twigFilterExt": "filter.php",
42+
"twigFunctionExt": "function.php",
43+
"twigTagExt": "tag.php",
44+
"twigTestExt": "test.php"
45+
}
4846
}
4947
}
5048
}

0 commit comments

Comments
 (0)