composer.json: Specify a specific version of PHPUnit to use (~4.5)
authorKunal Mehta <legoktm@gmail.com>
Tue, 10 Feb 2015 04:22:16 +0000 (20:22 -0800)
committerKunal Mehta <legoktm@gmail.com>
Tue, 10 Feb 2015 04:22:16 +0000 (20:22 -0800)
commit57e411855c3127d2b5382864a8221ba60b9fee12
treef029747d56cf5af7c08aea97ad7bbe266d7877a0
parent00e0a5301c8fec1b985c43c22d5df3c72c75c232
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
composer.json