Skip to content

Commit 86ed581

Browse files
committed
Pointing Pattern Lab core deps to new and improved forked colab effort from Drupal Pattern Lab community.
1 parent 7bd11f7 commit 86ed581

File tree

2 files changed

+134
-82
lines changed

2 files changed

+134
-82
lines changed

Diff for: pattern-lab/composer.json

+19
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,29 @@
2121
"PatternLab": "core/src/"
2222
}
2323
},
24+
"repositories": [
25+
{
26+
"type": "vcs",
27+
"url": "https://github.com/drupal-pattern-lab/patternlab-php-core"
28+
},
29+
{
30+
"type": "vcs",
31+
"url": "https://github.com/drupal-pattern-lab/patternengine-php-twig"
32+
},
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/drupal-pattern-lab/styleguidekit-assets-default"
36+
},
37+
{
38+
"type": "vcs",
39+
"url": "https://github.com/drupal-pattern-lab/styleguidekit-twig-default"
40+
}
41+
],
2442
"require": {
2543
"php": ">=5.5.9",
2644
"pattern-lab/core": "^2.7.0",
2745
"pattern-lab/patternengine-twig": "^2.0.0",
46+
"pattern-lab/styleguidekit-assets-default": "^3.0.0",
2847
"pattern-lab/styleguidekit-twig-default": "^3.0.0",
2948
"pattern-lab/drupal-twig-components": "^2.0.0",
3049
"pattern-lab/plugin-faker": "^2.0",

0 commit comments

Comments
 (0)