Skip to content

Commit ba07a6e

Browse files
committed
Updating registered namespace to Drupal Pattern Lab
1 parent f9406e4 commit ba07a6e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "pattern-lab/patternengine-twig",
2+
"name": "drupal-pattern-lab/patternengine-twig",
33
"description": "Twig-based PatternEngine for Pattern Lab.",
44
"keywords": ["twig", "pattern lab", "pattern engine"],
5-
"homepage": "http://patternlab.io",
5+
"homepage": "http://drupal-pattern-lab.github.io",
66
"license": "MIT",
77
"type": "patternlab-patternengine",
88
"authors": [
@@ -14,17 +14,16 @@
1414
}
1515
],
1616
"support": {
17-
"issues": "https://github.com/pattern-lab/patternengine-php-twig/issues",
18-
"wiki": "http://patternlab.io/docs/",
19-
"source": "https://github.com/pattern-lab/patternengine-php-twig/releases"
17+
"issues": "https://github.com/drupal-pattern-lab/patternengine-php-twig/issues",
18+
"source": "https://github.com/drupal-pattern-lab/patternengine-php-twig/releases"
2019
},
2120
"autoload": {
2221
"psr-0": {
2322
"PatternLab\\PatternEngine\\Twig": "src/"
2423
}
2524
},
2625
"require": {
27-
"pattern-lab/core": "^2.0.0",
26+
"drupal-pattern-lab/core": "^2.0.0",
2827
"twig/twig": "~1.0"
2928
},
3029
"extra": {

0 commit comments

Comments
 (0)