Dev-Tools/composer.json

40 lines
1,008 B
JSON
Raw Permalink Normal View History

2024-04-14 16:48:37 +00:00
{
2024-04-14 16:52:17 +00:00
"name": "benzine/dev-tools",
"type": "library",
"authors": [
{
"name": "Matthew Baggett",
"email": "matthew@baggett.me"
2024-04-14 16:48:37 +00:00
}
2024-04-14 16:52:17 +00:00
],
2024-04-14 17:04:28 +00:00
"config": {
"sort-packages": true
},
2024-04-14 16:52:17 +00:00
"require": {
2024-04-14 21:32:07 +00:00
"php": "^8.2",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-zip": "*",
2024-04-14 21:33:13 +00:00
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2024-04-14 19:29:39 +00:00
"beberlei/assert": "^3.3",
2024-04-14 16:52:17 +00:00
"brianium/paratest": "^7",
"clue/commander": "^v1.3.0",
2024-05-22 01:59:16 +00:00
"ergebnis/composer-normalize": "^2",
2024-04-14 17:04:28 +00:00
"ergebnis/phpunit-slow-test-detector": "^2",
2024-04-14 18:10:40 +00:00
"estahn/phpunit-json-assertions": "^4",
2024-04-14 19:14:57 +00:00
"friendsofphp/php-cs-fixer": "^3.53",
2024-04-14 16:52:17 +00:00
"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"
2024-04-14 16:52:17 +00:00
}
2024-04-14 16:48:37 +00:00
}