This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ public function prepareDependencies()
1313
1414 $ config ['name ' ] = 'codeception/phpunit-wrapper-test ' ;
1515 $ config ['require-dev ' ]['codeception/codeception ' ] = getenv ('CODECEPTION_VERSION ' );
16- $ config ['require-dev ' ]['codeception/module-asserts ' ] = '* ' ;
17- $ config ['require-dev ' ]['codeception/module-cli ' ] = '* ' ;
18- $ config ['require-dev ' ]['codeception/module-db ' ] = '* ' ;
19- $ config ['require-dev ' ]['codeception/module-filesystem ' ] = '* ' ;
20- $ config ['require-dev ' ]['codeception/module-phpbrowser ' ] = '* ' ;
16+ $ config ['require-dev ' ]['codeception/module-asserts ' ] = '^1.0 | ^2.0 ' ;
17+ $ config ['require-dev ' ]['codeception/module-cli ' ] = '^1.0 | ^2.0 ' ;
18+ $ config ['require-dev ' ]['codeception/module-db ' ] = '^1.0 | ^2.0 ' ;
19+ $ config ['require-dev ' ]['codeception/module-filesystem ' ] = '^1.0 | ^2.0 ' ;
20+ $ config ['require-dev ' ]['codeception/module-phpbrowser ' ] = '^1.0.3 | ^2.0.3 ' ;
2121 $ config ['require-dev ' ]['codeception/util-universalframework ' ] = '* ' ;
2222 $ config ['replace ' ] = ['codeception/phpunit-wrapper ' => '* ' ];
2323
You can’t perform that action at this time.
0 commit comments