From d63d341ed3d73d6056428c3880935438b4658ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Barray?= Date: Fri, 11 Dec 2015 17:39:52 +0100 Subject: [PATCH] Support atoum 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fae9e33..0dd4b7f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.2", "behat/behat": "~3.0", - "atoum/atoum": "~1.0", + "atoum/atoum": "~1.0|~2.0", "symfony/property-access": "~2.4", "justinrainbow/json-schema": "~1.3", "egeloen/http-adapter": "^0.8.0"