Skip to content

Commit 8751819

Browse files
committed
Remove dependency on PHPUnit
PHPUnit is indirect dependency ElementNotFound declared in lib-web extends PHPUnit\Framework\AssertionFailedError;
1 parent 4eabf02 commit 8751819

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)