Skip to content

Commit 21338dc

Browse files
authored
Merge pull request #33 from Codeception/2.0-dependencies
Don't depend on dev branches of Codeception and other modules
2 parents fda6d97 + 4f108de commit 21338dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"php": "^7.4 | ^8.0",
1919
"ext-json": "*",
2020
"guzzlehttp/guzzle": "^7.4",
21-
"codeception/lib-innerbrowser": "^2.0 | *@dev",
22-
"codeception/codeception": "^4.1 | *@dev"
21+
"codeception/lib-innerbrowser": "^2.0",
22+
"codeception/codeception": "^4.1"
2323
},
2424
"require-dev": {
2525
"ext-curl": "*",
2626
"aws/aws-sdk-php": "^3.199",
27-
"codeception/module-rest": "^2.0 | *@dev"
27+
"codeception/module-rest": "^2.0"
2828
},
2929
"conflict": {
3030
"codeception/codeception": "<4.1"

0 commit comments

Comments
 (0)