phpunit/phpunit v7.0.0
parents
Showing
+76 -0
.gitattributes
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "irstea/phpunit-shim", | |||
"keywords": [ | |||
"testing", | |||
"phpunit", | |||
"xunit", | |||
"shim" | |||
], | |||
"homepage": "https://phpunit.de/", | |||
"version": "7.0.0", | |||
"license": [ | |||
"BSD-3-Clause" | |||
], | |||
"authors": [ | |||
{ | |||
"name": "Sebastian Bergmann", | |||
"email": "sebastian@phpunit.de", | |||
"role": "lead" | |||
} | |||
], | |||
"type": "library", | |||
"bin": [ | |||
"phpunit" | |||
], | |||
"require": { | |||
"php": "^7.1", | |||
"ext-dom": "*", | |||
"ext-json": "*", | |||
"ext-libxml": "*", | |||
"ext-mbstring": "*", | |||
"ext-xml": "*" | |||
}, | |||
"suggest": { | |||
"ext-xdebug": "*" | |||
}, | |||
"replace": { | |||
"phpunit/phpunit": "self.version" | |||
}, | |||
"description": "Shim repository for phpunit/phpunit", | |||
"archive": { | |||
"exclude": [ | |||
".git*" | |||
] | |||
}, | |||
"readme": "README.md" | |||
} | |||
\ No newline at end of file |
phpunit
0 → 100755
NaN GiB (NaN%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
phpunit.asc
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment