[Pkg-owncloud-commits] [php-sabre-vobject] 289/341: We've stopped support PHP 5.3, so now we can safely require hoa/bench.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:57 UTC 2015


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

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

commit 8465f9c3f706e053cfd8ed57dfaa6a82c78df4b9
Author: Evert Pot <me at evertpot.com>
Date:   Sat Jul 4 00:03:00 2015 -0400

    We've stopped support PHP 5.3, so now we can safely require hoa/bench.
---
 composer.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 77ef482..ca37ce1 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,8 @@
     },
     "require-dev" : {
         "phpunit/phpunit" : "*",
-        "sabre/cs"        : "~0.0.3"
+        "sabre/cs"        : "~0.0.3",
+        "hoa/bench"       : "~2.15.05.29"
     },
     "authors" : [
         {

-- 
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