Skip to content

Commit

Permalink
fix phploc issue (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka authored Dec 3, 2024
1 parent 895bf0d commit 7eeb07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
/cghooks.lock
/phpcs.xml
/phpunit.xml
/.phpunit.cache
.idea/codeStyles/codeStyleConfig.xml
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
"scripts": {
"post-install-cmd": [
"php -r \"copy('https://phar.phpunit.de/phploc.phar', 'vendor/bin/phploc');\"",
"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": [
Expand Down

0 comments on commit 7eeb07e

Please sign in to comment.