From: Kunal Mehta Date: Tue, 10 Feb 2015 04:22:16 +0000 (-0800) Subject: composer.json: Specify a specific version of PHPUnit to use (~4.5) X-Git-Tag: 1.31.0-rc.0~12476^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=57e411855c3127d2b5382864a8221ba60b9fee12;p=lhc%2Fweb%2Fwiklou.git composer.json: Specify a specific version of PHPUnit to use (~4.5) Using * will use the latest compatible version, which could potentially introduce breaking changes. ~4.5 is equivalent to >=4.5,<5.0 Change-Id: I65bf0998cc028707f607ce7adaf45e27b1e6bca1 --- diff --git a/composer.json b/composer.json index bae3b554fb..94bec94ac0 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "justinrainbow/json-schema": "~1.3", - "phpunit/phpunit": "*" + "phpunit/phpunit": "~4.5" }, "suggest": { "ext-fileinfo": "*",