[Pkg-owncloud-commits] [php-sabredav] 47/80: Catching a net as wide as possible

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 b961a7685fc925909c32c54cc123231189c215d2
Author: Evert Pot <me at evertpot.com>
Date:   Mon Jan 4 17:05:16 2016 -0500

    Catching a net as wide as possible
---
 composer.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 91249c0..3ed80b4 100644
--- a/composer.json
+++ b/composer.json
@@ -15,10 +15,10 @@
     ],
     "require": {
         "php": ">=5.5.0",
-        "sabre/vobject": ">=4.0.0",
+        "sabre/vobject": "~4.0",
         "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/xml"  : "~1.0",
+        "sabre/http" : "~4.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