From 90ab2ae99b7e02f663e9d56fc57615c5c8d2bfc1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Aug 2017 08:48:08 +0200 Subject: v4.0.4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8779a31..a31a583 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ }, "require": { "php": "^7.0", - "phpunit/php-text-template": "^1.2", - "doctrine/instantiator": "^1.0.2", + "phpunit/php-text-template": "^1.2.1", + "doctrine/instantiator": "^1.0.5", "sebastian/exporter": "^3.0" }, "require-dev": { -- cgit