OSDN Git Service

Added wp.bat to bin section of composer.json
authorAndrey Savchenko <contact@rarst.net>
Tue, 25 Jun 2013 23:52:56 +0000 (02:52 +0300)
committerAndrey Savchenko <contact@rarst.net>
Tue, 25 Jun 2013 23:52:56 +0000 (02:52 +0300)
composer.json

index c9a8e7b..318de31 100644 (file)
@@ -5,7 +5,7 @@
        "homepage": "http://wp-cli.org",
        "license": "MIT",
        "bin": [
-               "bin/wp"
+               "bin/wp.bat", "bin/wp"
        ],
        "require": {
                "php": ">=5.3.2",