From bb9521dc36ea33d13281ca3e47d2bdfc08d90ad3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Feb 2022 14:19:25 +0100 Subject: update to 3.0.2 rename to php-composer-xdebug-handler3 install in /usr/share/php/Composer/XdebugHandler3 raise dependency on PHP 7.2.5 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ccd33ef..a2cfd6d 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ "issues": "https://github.com/composer/xdebug-handler/issues" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0", + "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3", "composer/pcre": "^1" }, "require-dev": { - "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^6.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1" }, @@ -38,7 +38,7 @@ } }, "scripts": { - "test": "vendor/bin/simple-phpunit", - "phpstan": "vendor/bin/phpstan analyse" + "test": "@php vendor/bin/simple-phpunit", + "phpstan": "@php vendor/bin/phpstan analyse" } } -- cgit