Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 1d3b558

Browse files
Christian Flothmannxabbuh
authored andcommitted
don't allow broken distill library versions
`0.9.3` and `0.9.4` versions of the distill library have bug when dealing with format chains (see raulfraile/distill#13).
1 parent f103e70 commit 1d3b558

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"guzzlehttp/progress-subscriber": "~1.1",
1919
"symfony/console": "~2.5",
2020
"symfony/filesystem": "~2.5",
21-
"raulfraile/distill": "~0.9"
21+
"raulfraile/distill": "~0.9,!=0.9.3,!=0.9.4"
2222
},
2323
"extra": {
2424
"branch-alias": {

composer.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)