Skip to content

Commit 0c759d1

Browse files
committed
composer.json: add phpdbg to suggest
1 parent dc34b3e commit 0c759d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"mikey179/vfsStream": "1.6.*"
4141
},
4242
"suggest": {
43-
"ext-xdebug": "Xdebug extension is required to collect coverage via Xdebug driver and run tests"
43+
"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+)"
4445
},
4546
"autoload": {
4647
"psr-4": { "LeanPHP\\Behat\\CodeCoverage\\": "src/" }

0 commit comments

Comments
 (0)