From 376617852b733cd8ce9e4fd1a5c1f1170ac0c0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20HOUZ=C3=89?= Date: Mon, 13 Feb 2017 22:56:24 +0100 Subject: [PATCH] Accept atoum 3 as a requirement --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 811e11a..8e047e0 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.5.0", "behat/behat": "~3.0", - "atoum/atoum": "~1.0|~2.0", + "atoum/atoum": "~1.0|~2.0|~3.0|3.0.x-dev", "symfony/property-access": "~2.4|~3.0", "justinrainbow/json-schema": "^2.0", "psr/http-message": "^1.0",