-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
91 lines (91 loc) · 2.26 KB
/
composer.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "siguici/php-devtools",
"description": "🧪 Tools needed for PHP project development and automation.",
"homepage": "https://packagist.org/packages/siguici/php-devtools",
"keywords": [
"analyze-code",
"automated-testing",
"code-analyzer",
"code-inpector",
"collision",
"dd",
"debug",
"debugger",
"dev",
"devtools",
"dev-tools",
"die-dump",
"dump",
"fake",
"faker",
"ignition",
"inspect-code",
"lint",
"mock",
"mockery",
"pest",
"php",
"phpstan",
"phpunit",
"pint",
"psalm",
"ray",
"rector",
"refactor",
"siguici",
"sigui",
"test",
"test-automation",
"test-tools",
"testing",
"testing-tools",
"var-dump",
"var-dumper",
"web-tools",
"webtools"
],
"license": "MIT",
"authors": [
{
"name": "Sigui Kessé Emmanuel",
"email": "[email protected]",
"homepage": "https://siguici.deno.dev"
}
],
"support": {
"source": "https://github.com/siguici/php-devtools",
"issues": "https://github.com/siguici/devtools/issues",
"chat": "https://github.com/siguici/siguici/discussions"
},
"require": {
"php": ">=8.2",
"fakerphp/faker": "^1.24",
"laravel/pint": "^1.20",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.6",
"nunomaduro/phpinsights": "^2.12",
"pestphp/pest": "^3.7",
"phpstan/phpstan": "^2.1",
"rector/rector": "^2.0",
"spatie/ignition": "^1.15",
"spatie/ray": "^1.41",
"symfony/var-dumper": "^7.2",
"vimeo/psalm": "^6.5"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
}