[Pkg-owncloud-commits] [php-sabredav] 98/275: Depending on sabre/event 2.0

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:55:56 UTC 2014


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

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

commit fc82eeec6f7e8b488c246b567c0081daa5fea960
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Jul 21 20:33:36 2014 -0400

    Depending on sabre/event 2.0
---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 4dce44d..45987a5 100644
--- a/composer.json
+++ b/composer.json
@@ -16,8 +16,8 @@
     "require": {
         "php": ">=5.4.1",
         "sabre/vobject" : "~3.2.0",
-        "sabre/event" : "~1.0.0",
-        "sabre/http" : "~2.0.2",
+        "sabre/event" : "~2.0.0",
+        "sabre/http" : "~2.0.3",
         "ext-dom": "*",
         "ext-pcre": "*",
         "ext-spl": "*",

-- 
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