Skip to content

Commit ba49213

Browse files
authored
Merge pull request #4 from Codeception/remove-phpunit-dependency
Remove dependency on PHPUnit
2 parents 4eabf02 + 8751819 commit ba49213

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"require": {
1616
"php": "^8.0",
1717
"ext-dom": "*",
18-
"codeception/lib-web": "^1.0",
19-
"phpunit/phpunit": "^9.5 | ^10.0",
18+
"codeception/lib-web": "^1.0.6",
2019
"symfony/css-selector": ">=4.4.24 <8.0"
2120
},
2221
"conflict": {

0 commit comments

Comments
 (0)