Skip to content

Commit

Permalink
We need phpunit lower then 6 on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored and staabm committed Oct 9, 2018
1 parent 4886468 commit 7749f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-xmlwriter" : "*",
"ext-xmlreader" : "*",
"ext-dom" : "*",
"lib-libxml" : ">=2.6.20",
"ext-libxml" : ">=2.6.20",
"sabre/uri" : ">=1.0,<3.0.0"
},
"authors" : [
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"require-dev": {
"sabre/cs": "~1.0.0",
"phpunit/phpunit" : "*"
"phpunit/phpunit" : "> 4.8, <6.0.0"
},
"config" : {
"bin-dir" : "bin/"
Expand Down

0 comments on commit 7749f3d

Please sign in to comment.