Skip to content

Commit

Permalink
Added upper bound constraint for phpunit in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
boldtrn committed Jul 1, 2015
1 parent 553f258 commit dce8e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"require-dev": {
"doctrine/orm": ">2.4,<2.6",
"phpunit/phpunit": ">4.2"
"phpunit/phpunit": "~4.2"
}
}

0 comments on commit dce8e8a

Please sign in to comment.