Skip to content

Commit 4f028b1

Browse files
committed
Merge branch 'master' into dev
2 parents d0ca70d + 8582393 commit 4f028b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These Twig templates are meant to be used with the [static assets](https://githu
44

55
## Installation
66

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:
88

99
composer require pattern-lab/styleguidekit-twig-default
1010

@@ -23,4 +23,4 @@ Once you've installed the requirements do the following to set-up for developmen
2323

2424
## Making Changes
2525

26-
Simply edit the files in `views/`.
26+
Simply edit the files in `views/`.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"wiki": "http://patternlab.io/docs/",
2424
"source": "https://github.com/pattern-lab/styleguidekit-twig-default/releases"
2525
},
26-
"minimum-stability": "dev",
2726
"require": {
28-
"pattern-lab/styleguidekit-assets-default": "dev-dev"
27+
"pattern-lab/styleguidekit-assets-default": "~0.5",
28+
"pattern-lab/core": "~0.5"
2929
}
3030
}

0 commit comments

Comments
 (0)