Skip to content

Commit

Permalink
composer.json: hammer SabreDAV version down to 2.1.x
Browse files Browse the repository at this point in the history
The ~2.0 notation was permitting upgrades to 2.1, which broke things. Use
stricter version notation to prevent this in the future.
  • Loading branch information
Alfred Klomp committed Dec 10, 2014
1 parent 14329a0 commit dd6f8f1
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
@@ -1,7 +1,7 @@
{
"name": "bokxing-it/sabre-zarafa",
"require": {
"sabre/dav" : "~2.0",
"sabre/dav" : "~2.1.0",
"apache/log4php" : "~2.3.0"
},
"license": "agpl",
Expand Down

0 comments on commit dd6f8f1

Please sign in to comment.