Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #255

Merged
merged 1 commit into from Dec 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
@@ -1,15 +1,15 @@
<p align="center">
<img src="https://raw.githubusercontent.com/icanhazstring/composer-unused/main/art/logo.png" width="450" alt="composer-unused logo">
<img src="https://raw.githubusercontent.com/composer-unused/composer-unused/main/art/logo.png" width="450" alt="composer-unused logo">
</p>

# 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

Expand All @@ -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
Expand Down