Skip to content
Merged
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
],
"support": {
"issues": "https://github.com/pattern-lab/patternengine-php-twig/issues",
"issues": "https://github.com/drupal-pattern-lab/patternengine-php-twig/issues",
"wiki": "http://patternlab.io/docs/",
"source": "https://github.com/pattern-lab/patternengine-php-twig/releases"
"source": "https://github.com/drupal-pattern-lab/patternengine-php-twig/releases"
},
"autoload": {
"psr-0": {
Expand All @@ -30,7 +30,7 @@
"extra": {
"patternlab": {
"config": {
"lineageMatch": "{%([ ]+)?include( |\\()["\\']([A-Za-z0-9-_]+)["\\'](\\))?(.*)%}",
"lineageMatch": "{%([ ]+)?(?:include|extends|embed)( |\\()["\\']([\\/.@A-Za-z0-9-_]+)["\\']([\\s\\S+]*?)%}",
"lineageMatchKey": 3,
"patternExtension": "twig",
"twigDebug": false,
Expand Down