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

Commit 7ef1f14

Browse files
authored
Merge pull request #54 from AmericanMedicalAssociation/styleguide-js-error
Prevents jquery conflicts.
2 parents 2062b3f + d551cae commit 7ef1f14

7 files changed

Lines changed: 115 additions & 92 deletions

File tree

styleguide/composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"role": "Lead Developer"
1414
}
1515
],
16+
"minimum-stability": "dev",
17+
"prefer-stable": false,
1618
"support": {
1719
"issues": "https://github.com/pattern-lab/patternlab-php/issues",
1820
"wiki": "http://patternlab.io/docs/",
@@ -25,9 +27,13 @@
2527
},
2628
"require": {
2729
"php": ">=5.4",
28-
"pattern-lab/core": "^2.0.0",
29-
"pattern-lab/patternengine-twig": "^2.0.0",
30-
"pattern-lab/styleguidekit-twig-default": "^3.0.0"
30+
"pattern-lab/core": "dev-dev#c976fa4cbffac7a67c41df43f47899d09a965a49",
31+
"pattern-lab/patternengine-twig": "dev-dev",
32+
"pattern-lab/styleguidekit-twig-default": "dev-dev"
33+
},
34+
"repository": {
35+
"type": "vcs",
36+
"url": "https://github.com/pattern-lab/patternlab-php-core/commit/c976fa4cbffac7a67c41df43f47899d09a965a49"
3137
},
3238
"scripts": {
3339
"post-install-cmd": [

0 commit comments

Comments
 (0)