Skip to content

Commit

Permalink
Using final versions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Sep 22, 2020
1 parent c918629 commit 817760b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@
"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-version-2.x",
"mcustiel/phiremock-codeception-extension": "^2.0",
"mcustiel/phiremock-server": "dev-master",
"codeception/module-asserts": "^1.1",
"guzzlehttp/guzzle" : "^7.0"
},
"prefer-stable": true,
"minimum-stability": "dev"
"prefer-stable": true
}

0 comments on commit 817760b

Please sign in to comment.