OSDN Git Service

add phpunit-story as a dev dependency
authorscribu <mail@scribu.net>
Sat, 29 Dec 2012 17:17:43 +0000 (19:17 +0200)
committerscribu <mail@scribu.net>
Sat, 29 Dec 2012 17:46:58 +0000 (19:46 +0200)
composer.json

index c4d8fec..abdda1a 100644 (file)
@@ -12,7 +12,8 @@
                "wp-cli/php-cli-tools": "dev-master"
        },
        "require-dev": {
-               "phpunit/phpunit": "3.7.x"
+               "phpunit/phpunit": "3.7.x",
+               "phpunit/phpunit-story": "1.0.x"
        },
        "autoload": {
                "psr-0": { "WP_CLI": "php" }