From 507e59027e9b0d86eba9b74420962a72c4c2ec9e Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Tue, 18 Jul 2017 20:10:11 -0700 Subject: [PATCH] Bump for v0.2.0 --- README.md | 2 +- composer.json | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 51bd62d5..ef54da6c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ WP_Mock is an API mocking framework, built and maintained by [10up](http://10up. First, add WP Mock as a dev-dependency with [Composer](http://getcomposer.org): ```bash -composer require --dev 10up/wp_mock:dev-dev +composer require --dev 10up/wp_mock:0.2.0 ``` Then, make sure your bootstrap file is loading the composer autoloader: diff --git a/composer.json b/composer.json index 0c58fa4e..ff3c9047 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name" : "10up/wp_mock", "description": "A mocking library to take the pain out of unit testing for WordPress", "license" : "GPL-2.0+", + "version" : "0.2.0", "require" : { "php" : ">=5.6", "phpunit/phpunit" : ">=4.3", @@ -18,11 +19,6 @@ "psr-4" : {"WP_Mock\\": "./php/WP_Mock"}, "classmap": ["php/WP_Mock.php"] }, - "extra" : { - "branch-alias": { - "dev-dev": "1.0.x-dev" - } - }, "config": { "platform": { "php": "5.6.0"