这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| codeception | [Codeception is a BDD-styled PHP testing framework](https://codeception.com/) | ✅ | ✅ | ✅ |
| composer | [Dependency Manager for PHP](https://getcomposer.org/) | ✅ | ✅ | ✅ |
| composer-bin-plugin | [Composer plugin to install bin vendors in isolated locations](https://github.com/bamarni/composer-bin-plugin) | ✅ | ✅ | ✅ |
| composer-lock-diff | [Composer plugin to check what has changed after a composer update](https://github.com/davidrjonas/composer-lock-diff) | ✅ | ✅ | ✅ |
| composer-normalize | [Composer plugin to normalize composer.json files](https://github.com/ergebnis/composer-normalize) | ✅ | ✅ | ✅ |
| composer-require-checker | [Verify that no unknown symbols are used in the sources of a package.](https://github.com/maglnet/ComposerRequireChecker) | ✅ | ✅ | ✅ |
| composer-require-checker-3 | [Verify that no unknown symbols are used in the sources of a package.](https://github.com/maglnet/ComposerRequireChecker) | ✅ | ✅ | ✅ |
Expand Down
15 changes: 15 additions & 0 deletions resources/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@
},
"test": "composer global show cyclonedx/cyclonedx-php-composer",
"tags": ["composer"]
},
{
"name": "composer-lock-diff",
"summary": "Composer plugin to check what has changed after a composer update",
"website": "https://github.com/davidrjonas/composer-lock-diff",
"command": {
"sh": {
"command": "composer global config --no-plugins allow-plugins.davidrjonas/composer-lock-diff true"
},
"composer-global-install": {
"package": "davidrjonas/composer-lock-diff"
}
},
"test": "composer global show davidrjonas/composer-lock-diff",
"tags": ["composer"]
}
]
}