[Pkg-owncloud-commits] [php-sabredav] 23/80: Depending on a more recent version of PHPUnit for PHP7 compat.
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:19 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 ae78e2c3a26bfcd443e4ffd68d010f86ccc15e64
Author: Evert Pot <me at evertpot.com>
Date: Thu Nov 19 18:01:39 2015 -0500
Depending on a more recent version of PHPUnit for PHP7 compat.
---
composer.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/composer.json b/composer.json
index e6f27c3..c2d805e 100644
--- a/composer.json
+++ b/composer.json
@@ -31,9 +31,9 @@
"ext-libxml" : "*"
},
"require-dev" : {
- "phpunit/phpunit" : "~4.2",
+ "phpunit/phpunit" : "~5.0.9",
"evert/phpdoc-md" : "~0.1.0",
- "sabre/cs" : "~0.0.2"
+ "sabre/cs" : "~0.0.5"
},
"suggest" : {
"ext-curl" : "*",
--
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