Skip to content

Commit

Permalink
Attempt to fix Travis tests by requiring libxml >= 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
loranmutafov committed Mar 13, 2017
1 parent a64d45d commit 9ab2b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
}
],
"require": {
"php": ">=5.5.0,<8.0"
"php": ">=5.5.0,<8.0",
"lib-libxml": ">=2.7.8"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
Expand Down

0 comments on commit 9ab2b79

Please sign in to comment.