Skip to content

Commit 3a150a3

Browse files
committed
Merge branch 'dev'
2 parents 618da18 + 80120d4 commit 3a150a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Twig PatternEngine for Pattern Lab PHP
1+
# Twig PatternEngine for Pattern Lab
22

33
The Twig PatternEngine allows you to use [Twig](http://twig.sensiolabs.org) as the template language for Pattern Lab PHP. Once the PatternEngine is installed you can use Twig-based StarterKits and StyleguideKits.
44

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"require": {
2727
"php": ">=5.3.6",
28-
"twig/twig": "~1.15"
28+
"twig/twig": "~1.15",
29+
"pattern-lab/core": "dev-dev"
2930
},
3031
"extra": {
3132
"patternlab": {

0 commit comments

Comments
 (0)