We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc34b3e commit 0c759d1Copy full SHA for 0c759d1
composer.json
@@ -40,7 +40,8 @@
40
"mikey179/vfsStream": "1.6.*"
41
},
42
"suggest": {
43
- "ext-xdebug": "Xdebug extension is required to collect coverage via Xdebug driver and run tests"
+ "ext-xdebug": "Xdebug extension is required to collect coverage via Xdebug driver and run tests",
44
+ "ext-phpdbg": "PHPDBG extension allows you to collect coverage faster than Xdebug (PHP 7.0+)"
45
46
"autoload": {
47
"psr-4": { "LeanPHP\\Behat\\CodeCoverage\\": "src/" }
0 commit comments