Skip to content

Commit 4f28509

Browse files
author
Chris Cornutt
committed
adding Xdebug extension check to require-dev to warn user of missing requirement
1 parent 01b756c commit 4f28509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"symfony/console": ">=2.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "3.7.*@stable"
22+
"phpunit/phpunit": "3.7.*@stable",
23+
"ext-xdebug": "*"
2324
},
2425
"autoload": {
2526
"psr-0": {

0 commit comments

Comments
 (0)