Commit bde46cbe authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

maglnet/composer-require-checker v1.0.0

Showing with 79 additions and 0 deletions
+79 -0
bin/composer-require-checker binary
bin/composer-require-checker.asc binary
\ No newline at end of file
README.md 0 → 100644
# irstea/composer-require-checker-shim - shim repository for maglnet/composer-require-checker.
This package is a drop-in replacement for [maglnet/composer-require-checker](https://github.com/Ocramius/ComposerRequireChecker), which provides its PHAR archive as a binary.
It is built automatically from the official PHAR.
## Installation
composer require irstea/composer-require-checker-shim
or:
composer require --dev irstea/composer-require-checker-shim
## Usage
As you would use the original package, i.e. something like:
vendor/bin/composer-require-checker [options] [arguments]
## License
This distribution retains the license of the original software: MIT
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
composer.json 0 → 100644
{
"name": "irstea/composer-require-checker-shim",
"keywords": [
"dependency",
"cli",
"composer",
"require",
"analysis",
"requirements",
"imports",
"shim"
],
"homepage": "https://github.com/Ocramius/ComposerRequireChecker",
"version": "1.0.0",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.io/"
},
{
"name": "Matthias Glaub",
"email": "magl@magl.net",
"homepage": "http://magl.net"
}
],
"type": "library",
"bin": [
"bin/composer-require-checker"
],
"require": {
"php": "~7.1",
"ext-json": "*",
"ext-phar": "*"
},
"replace": {
"maglnet/composer-require-checker": "self.version"
},
"description": "Shim repository for maglnet/composer-require-checker",
"archive": {
"exclude": [
".git*"
]
},
"readme": "README.md"
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment