Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit a52d5b4

Browse files
committed
Merge branch 'dev'
2 parents a6ba3f4 + 53df98c commit a52d5b4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Demo StarterKit for Twig
22

3-
This StarterKit is meant to be used as a demo that highlights how to combine Twig and Pattern Lab. It is currently very thin. We're looking for maintainers who may be interested in making this demo the equal to if not better than the Mustache demo.
3+
The Demo StarterKit for Twig is meant to be used as a demo that highlights how to combine Twig and Pattern Lab. It is currently very thin. We're looking for maintainers who may be interested in making this demo the equal to if not better than the Mustache demo.
4+
5+
## Requirements
6+
7+
The Demo StarterKit for Twig requires the following PatternEngine:
8+
9+
* `pattern-lab/patternengine-twig`: [documentation](https://github.com/pattern-lab/patternengine-php-twig#twig-patternengine-for-pattern-lab), [GitHub](https://github.com/pattern-lab/patternengine-php-twig), [Packagist](https://packagist.org/packages/pattern-lab/patternengine-twig)
410

511
## Install
612

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"source": "https://github.com/pattern-lab/starterkit-twig-demo/releases"
2525
},
2626
"require": {
27-
"pattern-lab/core": "~0.5"
27+
"pattern-lab/core": "dev-dev",
28+
"pattern-lab/patternengine-twig": "dev-dev"
2829
},
2930
"minimum-stability": "dev",
3031
"extra": {

0 commit comments

Comments
 (0)