[Pkg-owncloud-commits] [php-sabredav] 11/80: remove reference to fkooman/sabre-http repository, require sabre/http dev-master as there is no ~4.1 yet

David Prévot taffit at moszumanska.debian.org
Thu Jan 7 02:56:15 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 b3d670c5d5cd4b40544cc760409853b4fe2bb746
Author: François Kooman <fkooman at tuxed.net>
Date:   Wed Sep 2 13:04:43 2015 +0200

    remove reference to fkooman/sabre-http repository, require sabre/http dev-master as there is no ~4.1 yet
---
 composer.json | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/composer.json b/composer.json
index d353186..2d5de45 100644
--- a/composer.json
+++ b/composer.json
@@ -13,18 +13,12 @@
             "role" : "Developer"
         }
     ],
-    "repositories": [
-        {
-            "type": "vcs",
-            "url": "https://github.com/fkooman/sabre-http"
-        }
-    ],
     "require": {
         "php": ">=5.5.0",
         "sabre/vobject": ">=4.0.0-alpha1",
         "sabre/event" : "~2.0",
         "sabre/xml"  : "~1.0",
-        "sabre/http" : "dev-bearer",
+        "sabre/http" : "dev-master",
         "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