Skip to content

Commit

Permalink
PHPLoc command updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Dec 3, 2024
1 parent 7459110 commit 73bf0d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"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 @@ -113,6 +112,10 @@
"phpcodesniffer-search-depth": 4
},
"scripts": {
"post-install-cmd": [
"php -r \"file_put_contents('vendor/bin/phploc', file_get_contents('https://phar.phpunit.de/phploc.phar'));\"",
"chmod u+x vendor/bin/phploc"
],
"post-update-cmd": [
"@composer normalize"
],
Expand Down

0 comments on commit 73bf0d9

Please sign in to comment.