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

phpunit/phpunit v7.0.0

Showing with 76 additions and 0 deletions
+76 -0
phpunit binary
phpunit.asc binary
\ No newline at end of file
README.md 0 → 100644
# irstea/phpunit-shim - shim repository for phpunit/phpunit.
This package is a drop-in replacement for [phpunit/phpunit](https://phpunit.de/), which provides its PHAR archive as a binary.
It is built automatically from the official PHAR.
## Installation
composer require irstea/phpunit-shim
or:
composer require --dev irstea/phpunit-shim
## Usage
As you would use the original package, i.e. something like:
vendor/bin/phpunit [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/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%)
View file @ 84ad556d
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
phpunit.asc 0 → 100644
NaN GiB (NaN%)
View file @ 84ad556d
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