Quellcode durchsuchen

Add composer-unused (#1086)

* Add composer-unused

Add composer-unused in `Dependency Manager Extras`-Section.
This is a small CLI Tool which scans you `composer.json` of any unused package by doing a static analysis of used symbols in your code.

URL: https://github.com/composer-unused/composer-unused

* Add composer require checker

Co-authored-by: Jamie York <ziadoz@gmail.com>
pull/1151/head
Andreas Frömer vor 4 Jahren
Ursprung
Commit
4b35974690
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      README.md

+ 2
- 0
README.md Datei anzeigen

110
 * [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
110
 * [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
111
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
111
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
112
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
112
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
113
+* [Compoer Require Checker](https://github.com/maglnet/ComposerRequireChecker) - CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package.
114
+* [Composer Unused](https://github.com/composer-unused/composer-unused) - A CLI Tool to scan for unused composer packages.
113
 * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
115
 * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
114
 * [Repman](https://repman.io) - A private PHP package repository manager and Packagist proxy.
116
 * [Repman](https://repman.io) - A private PHP package repository manager and Packagist proxy.
115
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
117
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.

Laden…
Abbrechen
Speichern