[Pkg-owncloud-commits] [php-sabredav] 01/14: Explicitly not installable on php 7

David Prévot taffit at moszumanska.debian.org
Tue Jan 26 16:19:37 UTC 2016


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

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

commit 215d90a17f8698bd21c6dec0e5ff11de8f3d6404
Author: Evert Pot <me at evertpot.com>
Date:   Tue Jan 12 17:30:57 2016 -0500

    Explicitly not installable on php 7
---
 composer.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/composer.json b/composer.json
index e11e31b..c10b174 100644
--- a/composer.json
+++ b/composer.json
@@ -14,10 +14,10 @@
         }
     ],
     "require": {
-        "php": ">=5.4.1",
-        "sabre/vobject": ">=3.3.4 <4",
-        "sabre/event" : "~2.0.0",
-        "sabre/http" : "~3.0.0",
+        "php": ">=5.4.1,<7",
+        "sabre/vobject": "^3.3.4",
+        "sabre/event" : "^2.0.0",
+        "sabre/http" : "^3.0.0",
         "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