[Pkg-owncloud-commits] [php-sabre-vobject] 41/46: Moving hoa/bench from `require-dev` to `suggest` until the double-loading for Core is fixed.

David Prévot taffit at moszumanska.debian.org
Thu Dec 10 02:12:42 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 e1640e6abdf3fc162e9215c841869aa954590af3
Author: Evert Pot <me at evertpot.com>
Date:   Wed Dec 2 00:54:35 2015 -0500

    Moving hoa/bench from `require-dev` to `suggest` until the double-loading for Core is fixed.
    
    Fixes #238
---
 composer.json | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index c77aca5..866f60f 100644
--- a/composer.json
+++ b/composer.json
@@ -11,8 +11,11 @@
     },
     "require-dev" : {
         "phpunit/phpunit" : "*",
-        "sabre/cs"        : "~0.0.3",
-        "hoa/bench"       : "~2.15.05.29"
+        "sabre/cs"        : "~0.0.3"
+
+    },
+    "suggest" : {
+        "hoa/bench"       : "If you would like to run the benchmark scripts"
     },
     "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