An error occurred while loading the file. Please try again.
-
Guillaume Perréal authored6db4be2c
This project manages its dependencies using Composer.
Learn more
{
"name": "irstea/phpunit-shim",
"keywords": [
"testing",
"phpunit",
"xunit",
"shim"
],
"homepage": "https://phpunit.de/",
"version": "8.0.4",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"type": "library",
"bin": [
"phpunit"
],
"require": {
"php": "^7.2",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*"
},
"replace": {
"phpunit/phpunit": "self.version"
},
"description": "Shim repository for phpunit/phpunit",
"archive": {
"exclude": [
".git*"
]
},
"readme": "README.md",
"autoload": {
"exclude-from-classmap": [
"phpunit"
]
}
}