Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"require": {
"php": "^7.2",
"cweagans/composer-patches": "^1.6",
"pattern-lab/core": "^2.0",
"pattern-lab/patternengine-twig": "^2.0",
"pattern-lab/styleguidekit-twig-default": "^3.0"
Expand Down Expand Up @@ -36,5 +37,13 @@
},
"config": {
"sort-packages": true
},
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"pattern-lab/core": {
"Stop exceptions from breaking the watcher": "https://github.com/pattern-lab/patternlab-php-core/pull/170.patch"
}
}
}
}
51 changes: 50 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.