Skip to content

Commit

Permalink
Merge pull request #5 from mcustiel/bugfix/4
Browse files Browse the repository at this point in the history
Use semantic versions instead of branches
  • Loading branch information
mcustiel authored Jan 15, 2021
2 parents 26479bf + 6a8f6f5 commit 1ecaad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"license" : "GPL-3.0-or-later",
"require" : {
"php" : "^7.2",
"mcustiel/phiremock-client": "dev-master",
"mcustiel/phiremock-client": "^1.0",
"codeception/codeception" : ">=2.2 <5.0",
"codeception/lib-asserts": "^1.1"
},
"require-dev" : {
"mcustiel/phiremock-codeception-extension": "dev-master",
"mcustiel/phiremock-server": "dev-master",
"mcustiel/phiremock-codeception-extension": "^2.0",
"mcustiel/phiremock-server": "^1.0",
"codeception/module-asserts": "^1.1",
"guzzlehttp/guzzle" : "^7.0"
},
Expand Down

0 comments on commit 1ecaad3

Please sign in to comment.