Skip to content

Commit 6578351

Browse files
committed
Update README.md
1 parent a6c779f commit 6578351

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ Codeception extension and module to make working with [Phiremock](https://github
88
This project is published in packagist, so you just need to add it as a dependency in your composer.json:
99

1010
```json
11-
"require": {
11+
"require-dev": {
1212
"mcustiel/phiremock-codeception-extension": "*"
13-
}
13+
},
14+
"minimum-stability": "dev"
1415
```
1516

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

1823
### Extension

0 commit comments

Comments
 (0)