-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1008 Bytes
/
composer.json
File metadata and controls
39 lines (39 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}