From 7459110660588a947e75fa8b2d60d5c8cccad930 Mon Sep 17 00:00:00 2001 From: mayur-sose Date: Tue, 3 Dec 2024 09:52:38 +0530 Subject: [PATCH] PHPLoc installed through composer --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2181b40cf..d0f396d6b 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "oscarotero/env": "^2.1", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", + "phploc/phploc": "^7.0.2", "phpmd/phpmd": "^2.13", "symfony/config": "^6.2.7", "symfony/console": "^5.4.22", @@ -112,10 +113,6 @@ "phpcodesniffer-search-depth": 4 }, "scripts": { - "post-install-cmd": [ - "php -r \"copy('https://phar.phpunit.de/phploc.phar', 'vendor/bin/phploc');\"", - "chmod u+x vendor/bin/phploc" - ], "post-update-cmd": [ "@composer normalize" ],