Repository URL to install this package:
|
Version:
1.0.0 ▾
|
crazyfactory/phpunit-extensions
/
composer.json
|
|---|
{
"name": "crazyfactory/phpunit-extensions",
"minimum-stability": "stable",
"description": "",
"type": "library",
"keywords": [],
"homepage": "https://github.com/crazyfactory/php-phpunit-extensions",
"license": "GPL-3.0+",
"authors": [
{
"name": "CrazyFactory",
"homepage": "https://www.crazy-factory.com",
"email": "dev@crazy-factory.com"
}
],
"autoload": {
"psr-4": {
"CrazyFactory\\PHPUnitExtensions\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"CrazyFactory\\PHPUnitExtensions\\Tests\\": "tests/"
}
},
"require": {
"php": "^7.2 || ^8.0 || ^8.2"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "^3.3",
"crazyfactory/sniffs": "^1.3"
},
"scripts": {
"test": "phpunit -c phpunit.xml",
"lint": "phpcs --standard=phpcs.xml",
"lint:fix": "phpcbf --standard=phpcs.xml"
}
}