diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 04cea3c..05fb9a4 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpunit/php-file-iterator": "^3.0", "phpunit/php-invoker": "^3.0", "phpunit/php-text-template": "^2.0", - "phpunit/php-timer": "^3.0", + "phpunit/php-timer": "^3.1.4", "sebastian/code-unit": "^1.0", "sebastian/comparator": "^4.0", "sebastian/diff": "^4.0", @@ -50,7 +50,8 @@ "sebastian/version": "^3.0" }, "require-dev": { - "ext-PDO": "*" + "ext-PDO": "*", + "phpspec/prophecy-phpunit": "^2.0" }, "config": { "platform": { |