Skip to content

Commit

Permalink
Bump for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmann committed Jul 19, 2017
1 parent 01458ea commit 507e590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 507e590

Please sign in to comment.