[Pkg-owncloud-commits] [php-sabre-vobject] 08/12: Allow PHP 7

David Prévot taffit at moszumanska.debian.org
Tue Jan 12 01:32:13 UTC 2016


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

taffit pushed a commit to branch 3
in repository php-sabre-vobject.

commit 5625a126740c65bafab8bcd8969eb76b3380c287
Author: Evert Pot <me at evertpot.com>
Date:   Mon Jan 11 13:12:48 2016 -0500

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

diff --git a/composer.json b/composer.json
index d3fc103..309c08a 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "homepage" : "http://sabre.io/vobject/",
     "license" : "BSD-3-Clause",
     "require" : {
-        "php"          : ">=5.3.1,<7",
+        "php"          : ">=5.3.1",
         "ext-mbstring" : "*"
     },
     "require-dev" : {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list