Skip to content

Commit 91843d1

Browse files
committed
updating the composer file
1 parent a7e9196 commit 91843d1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

composer.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "PatternLab/TwigPatternEngine",
2+
"name": "pattern-lab/patternengine-php-twig",
33
"description": "Twig-based Pattern Engine for the PHP version of Pattern Lab",
44
"keywords": ["twig", "pattern lab", "pattern engine"],
55
"homepage": "http://patternlab.io",
66
"license": "MIT",
7+
"type": "patternlab-patternengine",
78
"authors": [
89
{
910
"name": "Dave Olsen",
@@ -12,12 +13,23 @@
1213
"role": "Lead Developer"
1314
}
1415
],
16+
"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"
20+
},
1521
"autoload": {
1622
"psr-0": {
1723
"PatternLab\\TwigPatternEngine": "src/"
1824
}
1925
},
2026
"require": {
21-
"twig/twig": "v1.15.1"
27+
"php": ">=5.3.6",
28+
"twig/twig": "v1.15.1"
29+
},
30+
"extra": {
31+
"config": [
32+
{ "patternExtension": "twig" }
33+
]
2234
}
2335
}

0 commit comments

Comments
 (0)