diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-15 08:04:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-15 08:04:22 +0200 |
commit | 09e7069ae53beda33875ac660b27905f17e7a127 (patch) | |
tree | 7bc640ccac810c6f39358c291b0270440c7323c3 /composer.json | |
parent | ade09025112fded0a9d878b2f25498c2de038680 (diff) |
update to 2.0.0
rename to php-composer-xdebug-handler2
install in /usr/share/php/Composer/XdebugHandler2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7df9ea6..6757395 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ } }, "scripts": { - "test": "SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 vendor/bin/simple-phpunit", + "test": "vendor/bin/simple-phpunit", "phpstan": "vendor/bin/phpstan analyse" } } |