From f85d1f0ad83fa2aa5f35dc42690486856b9d35b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 May 2017 08:40:23 +0200 Subject: v2.2.4 --- composer.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 41ef4b0..523f0fd 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,10 @@ ], "require": { "php": "^5.3.6 || >=7.0 <7.2", - "doctrine/annotations": "^1.2", + "ext-json": "*", "ext-tokenizer": "*", + "doctrine/annotations": "^1.2", + "gecko-packages/gecko-php-unit": "^2.0", "sebastian/diff": "^1.4", "symfony/console": "^2.4 || ^3.0", "symfony/event-dispatcher": "^2.1 || ^3.0", @@ -31,9 +33,9 @@ "symfony/stopwatch": "^2.5 || ^3.0" }, "require-dev": { - "gecko-packages/gecko-php-unit": "^2.0", + "johnkary/phpunit-speedtrap": "^1.0.1", "justinrainbow/json-schema": "^5.0", - "phpunit/phpunit": "^4.5 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.4.3", "satooshi/php-coveralls": "^1.0", "symfony/phpunit-bridge": "^3.2.2" }, -- cgit