File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These Twig templates are meant to be used with the [static assets](https://githu
4
4
5
5
## Installation
6
6
7
- Pattern Lab PHP uses [ Composer] ( https://getcomposer.org/ ) to manage project dependencies. To install the Mustache templates run:
7
+ Pattern Lab PHP uses [ Composer] ( https://getcomposer.org/ ) to manage project dependencies. To install the Twig templates run:
8
8
9
9
composer require pattern-lab/styleguidekit-twig-default
10
10
@@ -23,4 +23,4 @@ Once you've installed the requirements do the following to set-up for developmen
23
23
24
24
## Making Changes
25
25
26
- Simply edit the files in ` views/ ` .
26
+ Simply edit the files in ` views/ ` .
Original file line number Diff line number Diff line change 23
23
"wiki" : " http://patternlab.io/docs/" ,
24
24
"source" : " https://github.com/pattern-lab/styleguidekit-twig-default/releases"
25
25
},
26
- "minimum-stability" : " dev" ,
27
26
"require" : {
28
- "pattern-lab/styleguidekit-assets-default" : " dev-dev"
27
+ "pattern-lab/styleguidekit-assets-default" : " ~0.5" ,
28
+ "pattern-lab/core" : " ~0.5"
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments