浏览代码

Add composer plugins.

pull/1159/head
Jamie 4 年前
父节点
当前提交
7a32ab2524
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      README.md

+ 2
- 1
README.md 查看文件

109
 *Extras related to dependency management.*
109
 *Extras related to dependency management.*
110
 
110
 
111
 * [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
111
 * [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
112
-* [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
112
+* [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several `composer.json` files.
113
+* [Composer Nomralize](https://github.com/ergebnis/composer-normalize) - A plugin for normalising `composer.json` files. 
113
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
114
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
114
 * [Composer 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.
115
 * [Composer 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.
115
 * [Composer Unused](https://github.com/composer-unused/composer-unused) - A CLI Tool to scan for unused composer packages.
116
 * [Composer Unused](https://github.com/composer-unused/composer-unused) - A CLI Tool to scan for unused composer packages.

正在加载...
取消
保存