39 lines
1,008 B
JSON
39 lines
1,008 B
JSON
{
|
|
"name": "benzine/dev-tools",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Baggett",
|
|
"email": "matthew@baggett.me"
|
|
}
|
|
],
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-xml": "*",
|
|
"ext-zip": "*",
|
|
"ext-dom": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"beberlei/assert": "^3.3",
|
|
"brianium/paratest": "^7",
|
|
"clue/commander": "^v1.3.0",
|
|
"ergebnis/composer-normalize": "^2",
|
|
"ergebnis/phpunit-slow-test-detector": "^2",
|
|
"estahn/phpunit-json-assertions": "^4",
|
|
"friendsofphp/php-cs-fixer": "^3.53",
|
|
"jc21/clitable": "^1.2",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"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"
|
|
}
|
|
}
|