[Pkg-owncloud-commits] [php-sabredav] 52/80: We need to support PHPUnit 4.8 while we support PHP 5.5
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:33 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 ff2c4c774cd585c3b81a4114b878f89a7cadf99b
Author: Evert Pot <me at evertpot.com>
Date: Mon Jan 4 20:53:06 2016 -0500
We need to support PHPUnit 4.8 while we support PHP 5.5
---
composer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index c2b4328..1e9e3b8 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
"ext-libxml" : "*"
},
"require-dev" : {
- "phpunit/phpunit" : "~5.0.0",
+ "phpunit/phpunit" : "> 4.8, <=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