Skip to content

Commit 2a4d645

Browse files
authored
Update README.md
1 parent ea0d3d4 commit 2a4d645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Codeception extension to make working with [Phiremock Server](https://github.com
1212

1313
```json
1414
"require-dev": {
15-
"mcustiel/phiremock-codeception-extension": "v2.0"
15+
"mcustiel/phiremock-codeception-extension": "^2.0"
1616
}
1717
```
1818

1919
Optionally, you can install Phiremock Server in case you want to have it between your dependencies. If not, you need to specify the path to phiremock in the configuration.
2020

2121
```json
2222
"require-dev": {
23-
"mcustiel/phiremock-codeception-extension": "v2.0",
23+
"mcustiel/phiremock-codeception-extension": "^2.0",
2424
"mcustiel/phiremock-server": "^1.0",
2525
"guzzlehttp/guzzle": "^6.0"
2626
```

0 commit comments

Comments
 (0)