Skip to content

Commit 817760b

Browse files
committed
Using final versions in composer.json
1 parent c918629 commit 817760b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@
3333
"license" : "GPL-3.0-or-later",
3434
"require" : {
3535
"php" : "^7.2",
36-
"mcustiel/phiremock-client": "dev-master",
36+
"mcustiel/phiremock-client": "^1.0",
3737
"codeception/codeception" : ">=2.2 <5.0",
3838
"codeception/lib-asserts": "^1.1"
3939
},
4040
"require-dev" : {
41-
"mcustiel/phiremock-codeception-extension": "dev-version-2.x",
41+
"mcustiel/phiremock-codeception-extension": "^2.0",
4242
"mcustiel/phiremock-server": "dev-master",
4343
"codeception/module-asserts": "^1.1",
4444
"guzzlehttp/guzzle" : "^7.0"
4545
},
46-
"prefer-stable": true,
47-
"minimum-stability": "dev"
46+
"prefer-stable": true
4847
}

0 commit comments

Comments
 (0)