From d3ea76faaf088cc145495e8a0acb16c7abcd490f Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 6 Dec 2017 13:31:25 +0100 Subject: [PATCH] We don't need the xdebug workaround anymore (see https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer) --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7101e0a..9632e8e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,7 +54,7 @@ module.exports = function (grunt) { }, phpunit: { options: { - bin: 'php -dzend_extension=xdebug.so ./vendor/bin/phpunit', + bin: 'vendor/bin/phpunit', stopOnError: true, stopOnFailure: true, followOutput: true