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

Commit 40923b5

Browse files
committed
bug #87 don't allow broken distill library versions (xabbuh)
This PR was merged into the 1.0-dev branch. Discussion ---------- 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). Commits ------- 1d3b558 don't allow broken distill library versions
2 parents 39516ce + 1d3b558 commit 40923b5

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)