[Pkg-owncloud-commits] [php-sabredav] 06/14: Allow PHP7 in composer.json

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 630e4ba41db7e7f5262b1d147231d9369e0df9d7
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Sat Jan 16 00:11:44 2016 +0100

    Allow PHP7 in composer.json
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index c10b174..71166ca 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
         }
     ],
     "require": {
-        "php": ">=5.4.1,<7",
+        "php": ">=5.4.1",
         "sabre/vobject": "^3.3.4",
         "sabre/event" : "^2.0.0",
         "sabre/http" : "^3.0.0",

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