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

maglnet/composer-require-checker v1.0.0

Showing with 10 additions and 5 deletions
+10 -5
# irstea/composer-require-checker-shim - shim repository for maglnet/composer-require-checker. # 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/maglnet/ComposerRequireChecker), which provides its PHAR archive as a binary. 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. It is built automatically from the official PHAR.
......
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.
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
"imports", "imports",
"shim" "shim"
], ],
"homepage": "https://github.com/maglnet/ComposerRequireChecker", "homepage": "https://github.com/Ocramius/ComposerRequireChecker",
"version": "2.1.0", "version": "1.0.0",
"license": [ "license": [
"MIT" "MIT"
], ],
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"bin/composer-require-checker" "bin/composer-require-checker"
], ],
"require": { "require": {
"php": "^7.2", "php": "~7.1",
"ext-json": "*", "ext-json": "*",
"ext-phar": "*" "ext-phar": "*"
}, },
...@@ -45,5 +45,10 @@ ...@@ -45,5 +45,10 @@
".git*" ".git*"
] ]
}, },
"readme": "README.md" "readme": "README.md",
"autoload": {
"exclude-from-classmap": [
"bin/composer-require-checker"
]
}
} }
\ 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