We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c779f commit 6578351Copy full SHA for 6578351
README.md
@@ -8,11 +8,16 @@ Codeception extension and module to make working with [Phiremock](https://github
8
This project is published in packagist, so you just need to add it as a dependency in your composer.json:
9
10
```json
11
- "require": {
+ "require-dev": {
12
"mcustiel/phiremock-codeception-extension": "*"
13
- }
+ },
14
+ "minimum-stability": "dev"
15
```
16
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
+
21
## How to use
22
23
### Extension
0 commit comments