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

sebastian/phpcpd v2.0.1

No related merge requests found
Showing with 65 additions and 0 deletions
+65 -0
phpcpd binary
phpcpd.asc binary
\ No newline at end of file
README.md 0 → 100644
# irstea/phpcpd-shim - shim repository for sebastian/phpcpd.
This package is a drop-in replacement for [sebastian/phpcpd](https://github.com/sebastianbergmann/phpcpd), which provides its PHAR archive as a binary.
It is built automatically from the official PHAR.
## Installation
composer require irstea/phpcpd-shim
or:
composer require --dev irstea/phpcpd-shim
## Usage
As you would use the original package, i.e. something like:
vendor/bin/phpcpd [options] [arguments]
## License
This distribution retains the license of the original software: BSD-3-Clause
\ No newline at end of file
composer.json 0 → 100644
{
"name": "irstea/phpcpd-shim",
"keywords": [
"shim"
],
"homepage": "https://github.com/sebastianbergmann/phpcpd",
"version": "2.0.1",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"type": "library",
"bin": [
"phpcpd"
],
"require": {
"php": ">=5.3.3"
},
"replace": {
"sebastian/phpcpd": "self.version"
},
"description": "Shim repository for sebastian/phpcpd",
"archive": {
"exclude": [
".git*"
]
},
"readme": "README.md"
}
\ No newline at end of file
phpcpd 0 → 100755
NaN GiB (NaN%)
View file @ 062e6aba
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
phpcpd.asc 0 → 100644
NaN GiB (NaN%)
View file @ 062e6aba
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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