[Pkg-owncloud-commits] [php-sabredav] 46/80: More precise dependency definitions

David Prévot taffit at moszumanska.debian.org
Thu Jan 7 02:56:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 5b54e460ae9ea0ad891deeccf252c13e961b99bf
Author: Evert Pot <me at evertpot.com>
Date:   Mon Jan 4 17:02:35 2016 -0500

    More precise dependency definitions
---
 composer.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 57c1d94..91249c0 100644
--- a/composer.json
+++ b/composer.json
@@ -16,9 +16,9 @@
     "require": {
         "php": ">=5.5.0",
         "sabre/vobject": ">=4.0.0",
-        "sabre/event" : "~2.0",
-        "sabre/xml"  : "~1.2",
-        "sabre/http" : "~4.1",
+        "sabre/event" : ">=2.0.0, <4.0.0",
+        "sabre/xml"  : ">=1.2.0, <2.0.0",
+        "sabre/http" : ">=4.1.0, <5.0.0",
         "sabre/uri" : "~1.0",
         "ext-dom": "*",
         "ext-pcre": "*",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list