[Pkg-owncloud-commits] [php-sabre-vobject] 04/12: Preventing installation in PHP7.
David Prévot
taffit at moszumanska.debian.org
Tue Jan 12 01:31:42 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 5c56c624f5d6180b86f0fa1fbb59709d0ad7fde4
Author: Evert Pot <me at evertpot.com>
Date: Mon Jan 11 13:05:30 2016 -0500
Preventing installation in PHP7.
---
composer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index 309c08a..d3fc103 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",
+ "php" : ">=5.3.1,<7",
"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