Dev-Tools/composer.json

26 lines
752 B
JSON
Raw Normal View History

2024-04-14 16:48:37 +00:00
{
"name": "benzine/devtools",
"type": "library",
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
}
],
"require": {
"brianium/paratest": "^7",
"clue/commander": "^v1.3.0",
"jc21/clitable": "^1.2",
"php-coveralls/php-coveralls": "^2.1",
"ergebnis/phpunit-slow-test-detector": "^2",
"phpstan/phpstan": "^1",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-symfony": "^1",
"phpunit/phpunit": "^10",
"slam/phpstan-extensions": "^6",
"thecodingmachine/phpstan-strict-rules": "^1",
"wyrihaximus/html-compress": "^4.1"
}
}