sebastian/phpcpd v2.0.1
parents
Showing
+65 -0
.gitattributes
0 → 100644
README.md
0 → 100644
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%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
phpcpd.asc
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment