diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-10 16:45:40 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-10 16:45:40 +0100 |
commit | e99e35819d53dc48ae4e9a8491528a6b6011469f (patch) | |
tree | 16c76f8966e2d4b569879c33bf55f6d32ae57f26 /composer.json | |
parent | deb21334572e4bef961db6a6734b0a59645580c5 (diff) |
Move to phpunit4, drop tests on php5.3
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index cde83ee5..6383603d 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ }, "require-dev" : { "ext-xdebug": "*", - "phpunit/phpunit" : "3.7.*", + "phpunit/phpunit" : "4.*", "phpunit/dbunit": ">=1.2", "phpunit/phpunit-selenium": ">=1.2", "phpunit/php-invoker": "*", |