Skip to content

Commit

Permalink
Add xdebug to Composer config for development
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbachem committed Nov 25, 2015
1 parent 2c0475f commit fa5805d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"phing/phing": "~2.6.1" "phing/phing": "~2.6.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=3.7 <=4.8.10" "phpunit/phpunit": ">=3.7 <=4.8.10",
"ext-xdebug": ">=2.1"
}, },
"suggest": { "suggest": {
"phpunit/phpunit": "Install phpunit if you want to run your tests", "phpunit/phpunit": "Install phpunit if you want to run your tests",
Expand Down

0 comments on commit fa5805d

Please sign in to comment.