31 lines
756 B
JSON
31 lines
756 B
JSON
{
|
|
"name": "dms/phpunit-arraysubset-asserts",
|
|
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
|
|
"type": "library",
|
|
"require": {
|
|
"phpunit/phpunit": "^9.0",
|
|
"php": "^7.3|^8.0"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rafael Dohms",
|
|
"email": "rdohms@gmail.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"dms/coding-standard": "^1.0",
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DMS\\PHPUnitExtensions\\ArraySubset\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"DMS\\PHPUnitExtensions\\ArraySubset\\Tests\\": "tests"
|
|
}
|
|
}
|
|
}
|