-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 983 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 983 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
{
"name": "timdev/devtools",
"type": "library",
"description": "A common development dependency for TimDev projects.",
"license": "MIT",
"authors": [
{
"name": "Tim Lieberman",
"email": "dev@timdev.com"
}
],
"require": {
"php": "~8.2.27 || ~8.3.16 || ~8.4.3",
"ext-json": "*",
"captainhook/captainhook": "^5.10",
"ergebnis/composer-normalize": "^2.15",
"lctrs/psalm-psr-container-plugin": "^1.4",
"phpunit/phpunit": "^10.5 || ^11.5 || ^12",
"psalm/plugin-phpunit": "^0.16.1 || ^0.18.0 || ^0.19.0",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6",
"vimeo/psalm": "^6.0",
"phpstan/phpstan": "^2.1"
},
"minimum-stability": "stable",
"bin": [
"bin/devtools-setup"
],
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}