From 282f9de00811cdf023b023582d14465f3156d78e Mon Sep 17 00:00:00 2001 From: Sander Bol Date: Fri, 24 Dec 2021 09:33:45 +0100 Subject: [PATCH] Update README.md It looks like this project has been moved into an organisation, but some of the references in the README are still pointing to Andreas' own fork. This might cause people to run outdated versions, if the main repo does a release but Andreas does not follow. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e785c9c9..caf56a2e 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@

- composer-unused logo + composer-unused logo

# composer-unused A Composer tool to show unused Composer dependencies by scanning your code. -Created by [Andreas Frömer](https://twitter.com/icanhazstring) and [contributors](https://github.com/icanhazstring/composer-unused/graphs/contributors), logo by [Caneco](https://twitter.com/caneco). +Created by [Andreas Frömer](https://twitter.com/icanhazstring) and [contributors](https://github.com/composer-unused/composer-unused/graphs/contributors), logo by [Caneco](https://twitter.com/caneco). [![](https://img.shields.io/github/workflow/status/composer-unused/composer-unused/validate-code?label=build&style=flat-square)](https://github.com/composer-unused/composer-unused) [![](https://img.shields.io/github/workflow/status/composer-unused/composer-unused/validate-phar?label=build-phar&style=flat-square)](https://github.com/composer-unused/composer-unused) -[![](https://img.shields.io/github/tag-date/composer-unused/composer-unused.svg?label=version&style=flat-square)](https://github.com/icanhazstring/composer-unused/releases/latest) +[![](https://img.shields.io/github/tag-date/composer-unused/composer-unused.svg?label=version&style=flat-square)](https://github.com/composer-unused/composer-unused/releases/latest) ## Motivation @@ -33,7 +33,7 @@ How do we check whether the provided *symbols* of a package are used in our code Install via `phive` or grab the latest `composer-unused.phar` from the latest release: phive install composer-unused - curl -JOL https://github.com/icanhazstring/composer-unused/releases/latest/download/composer-unused.phar + curl -JOL https://github.com/composer-unused/composer-unused/releases/latest/download/composer-unused.phar ### Global If you have a lot of projects and don't want to install this package per project, simply install it