summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-11-10 16:45:40 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-11-10 16:45:40 +0100
commite99e35819d53dc48ae4e9a8491528a6b6011469f (patch)
tree16c76f8966e2d4b569879c33bf55f6d32ae57f26 /composer.json
parentdeb21334572e4bef961db6a6734b0a59645580c5 (diff)
Move to phpunit4, drop tests on php5.3
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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": "*",