From 0b2923849bcda6ef1a7958da9b135801072c7f35 Mon Sep 17 00:00:00 2001 From: scribu Date: Sat, 16 Feb 2013 23:23:23 +0200 Subject: [PATCH] dependencies: replace phpunit-story with behat --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbb99f17..2acd3fad 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "require-dev": { "phpunit/phpunit": "3.7.x", - "phpunit/phpunit-story": "1.0.x" + "behat/behat": "2.4.*@stable" }, "autoload": { "psr-0": { "WP_CLI": "php" } -- 2.11.0