OSDN Git Service

Remove the minimum-stability argument
authormpeshev <mario@peshev.net>
Thu, 8 Aug 2013 23:43:19 +0000 (02:43 +0300)
committermpeshev <mario@peshev.net>
Thu, 8 Aug 2013 23:43:19 +0000 (02:43 +0300)
composer.json

index 0153f1c..1926311 100644 (file)
@@ -23,6 +23,5 @@
        },
        "autoload": {
                "psr-0": { "WP_CLI": "php", "Requests": "library/" }
-       },
-       "minimum-stability": "dev"
+       }
 }