Skip to content

Commit

Permalink
PHPLoc installed through composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Dec 3, 2024
1 parent e166277 commit 7459110
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 7459110

Please sign in to comment.