Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Apr 5, 2016
1 parent a6c779f commit 6578351
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ Codeception extension and module to make working with [Phiremock](https://github
This project is published in packagist, so you just need to add it as a dependency in your composer.json:

```json
"require": {
"require-dev": {
"mcustiel/phiremock-codeception-extension": "*"
}
},
"minimum-stability": "dev"
```

> *NOTE*
> Phiremock uses a dev-master version of react/http to work. Because of this, until reactphp guys tag a new
> version you will need to set your project's minimum stability to dev.
## How to use

### Extension
Expand Down

0 comments on commit 6578351

Please sign in to comment.