From 5a03f89ff2c3d5b5cc0c91118884ff2ee8a6938b Mon Sep 17 00:00:00 2001 From: Marcin Gil Date: Fri, 11 Apr 2025 11:57:09 +0200 Subject: [PATCH] Fix for composer error: "The PEAR repository has been removed from Composer 2.x" --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 0bd52ed7d03..c48d9880894 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,6 @@ "support": { "issues": "https://github.com/zf1s/phpunit/issues" }, - "repositories": [ - { - "type": "pear", - "url": "https://pear.php.net" - } - ], "require": { "php": ">=5.3.3", "phpunit/php-text-template": "^1.2.1", @@ -47,7 +41,7 @@ "ext-spl": "*" }, "require-dev": { - "pear-pear.php.net/pear": "~1.9|~1.10" + "pear/pear": "^1.10" }, "suggest": { "phpunit/php-invoker": "~1.1"