Skip to content

Commit c6507ba

Browse files
Evan LovelyEvan Lovely
authored andcommitted
updating to use our forks
1 parent b2fb09d commit c6507ba

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please follow the directions for [installing Composer](https://getcomposer.org/d
4040
Use Composer's [`create-project` command](https://getcomposer.org/doc/03-cli.md#create-project) to install the Standard Edition for Twig into a location of your choosing. In Terminal type:
4141

4242
cd install/location/
43-
composer create-project pattern-lab/edition-twig-standard your-project-name && cd $_
43+
composer create-project --repository '{ "type": "vcs", "url": "https://github.com/drupal-pattern-lab/edition-php-twig-standard" }' pattern-lab/edition-twig-standard your-project-name && cd $_
4444

4545
This will install the Standard Edition for Twig into a directory called `your-project-name` in `install/location/`. During the set-up process you will be asked to install an appropriate StarterKit. You will be automatically dropped into the project directory after the process is finished.
4646

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@
2323
"PatternLab": "core/src/"
2424
}
2525
},
26+
"repositories": [
27+
{
28+
"type": "vcs",
29+
"url": "https://github.com/drupal-pattern-lab/patternlab-php-core"
30+
},
31+
{
32+
"type": "vcs",
33+
"url": "https://github.com/drupal-pattern-lab/patternengine-php-twig"
34+
},
35+
{
36+
"type": "vcs",
37+
"url": "https://github.com/drupal-pattern-lab/styleguidekit-twig-default"
38+
}
39+
],
2640
"require": {
2741
"php": ">=5.4",
2842
"pattern-lab/core": "^2.0.0",

0 commit comments

Comments
 (0)