We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31dfd2 commit ab647b6Copy full SHA for ab647b6
composer.json
@@ -26,9 +26,9 @@
26
"minimum-stability": "dev",
27
"require": {
28
"php": ">=5.3.6",
29
- "pattern-lab/core": "0.*",
30
- "pattern-lab/patternengine-twig": "0.*",
31
- "pattern-lab/styleguidekit-twig-default": "0.*"
+ "pattern-lab/core": "^2.0.0",
+ "pattern-lab/patternengine-twig": "^2.0.0",
+ "pattern-lab/styleguidekit-twig-default": "^2.0.0"
32
},
33
"scripts": {
34
"post-install-cmd": [
0 commit comments