[Pkg-owncloud-commits] [php-sabredav] 24/80: We need to support PHPUnit 4.8, because 5.0 requires PHP 5.6
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:20 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 9ab087e2241cc76ec6ee249e47673326f64f4238
Author: Evert Pot <me at evertpot.com>
Date: Thu Nov 19 22:09:12 2015 -0500
We need to support PHPUnit 4.8, because 5.0 requires PHP 5.6
---
composer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index c2d805e..1c55052 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
"ext-libxml" : "*"
},
"require-dev" : {
- "phpunit/phpunit" : "~5.0.9",
+ "phpunit/phpunit" : ">= 4.8.18 < 6.0.0",
"evert/phpdoc-md" : "~0.1.0",
"sabre/cs" : "~0.0.5"
},
--
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