Dev-Tools/composer.json

33 lines
860 B
JSON
Raw 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": {
"brianium/paratest": "^7",
"clue/commander": "^v1.3.0",
2024-04-14 17:04:28 +00:00
"ergebnis/phpunit-slow-test-detector": "^2",
"friendsofphp/php-cs-fixer": "^3.53",
2024-04-14 16:52:17 +00:00
"jc21/clitable": "^1.2",
2024-04-14 17:04:28 +00:00
"kint-php/kint": "^4",
2024-04-14 16:52:17 +00:00
"php-coveralls/php-coveralls": "^2.1",
2024-04-14 17:04:28 +00:00
"php-webdriver/webdriver": "^1",
2024-04-14 16:52:17 +00:00
"phpstan/phpstan": "^1",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-symfony": "^1",
"phpunit/phpunit": "^10",
"slam/phpstan-extensions": "^6",
2024-04-14 17:04:28 +00:00
"squizlabs/php_codesniffer": "3.*",
2024-04-14 16:52:17 +00:00
"thecodingmachine/phpstan-strict-rules": "^1",
"wyrihaximus/html-compress": "^4.1"
}
2024-04-14 16:48:37 +00:00
}