Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit ff7f0f7

Browse files
committed
CI: Install modules compatible with Codeception 4.2
1 parent d0bb522 commit ff7f0f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: RoboFile.php

+5-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)