-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
116 lines (116 loc) · 3.1 KB
/
composer.json
File metadata and controls
116 lines (116 loc) · 3.1 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "sikessem/devtools",
"description": "🧪 Tools needed for PHP and Laravel project development and automation.",
"homepage": "https://packagist.org/packages/sikessem/devtools",
"keywords": [
"actions",
"analyze-code",
"automated-testing",
"code-analyzer",
"code-inpector",
"collision",
"dd",
"debug",
"debugbar",
"debugger",
"dev",
"devtools",
"dev-tools",
"die-dump",
"dump",
"fake",
"faker",
"ide-helper",
"ignition",
"inspect-code",
"larastan",
"laravel",
"laravel-debugbar",
"laravel-devtools",
"laravel-test-tools",
"laravel-testing-tools",
"laravel-tools",
"lint",
"mock",
"mockery",
"pest",
"php",
"phpstan",
"phpunit",
"pint",
"psalm",
"ray",
"rector",
"refactor",
"sigui",
"siguici",
"sikessem",
"test",
"test-automation",
"test-tools",
"testing",
"testing-tools",
"var-dump",
"var-dumper",
"web-tools",
"webtools"
],
"license": "MIT",
"authors": [
{
"name": "Sigui Kessé Emmanuel",
"email": "siguici@proton.me",
"homepage": "https://siguici.deno.dev"
}
],
"support": {
"source": "https://github.com/Sikessem/DevTools",
"issues": "https://github.com/Sikessem/DevTools/issues",
"chat": "https://github.com/orgs/Sikessem/discussions"
},
"require": {
"php": ">=8.4",
"barryvdh/laravel-debugbar": "^4.2",
"barryvdh/laravel-ide-helper": "^3.7",
"fakerphp/faker": "^1.24",
"larastan/larastan": "^3.9",
"laravel/boost": "^2.4",
"laravel/dusk": "^8.5",
"laravel/pail": "^1.2",
"laravel/pint": "^1.29",
"laravel/sail": "^1.56",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.9",
"nunomaduro/phpinsights": "^2.14",
"orchestra/testbench": "^10.11",
"pestphp/pest": "^4.4",
"pestphp/pest-plugin-faker": "^4.0",
"pestphp/pest-plugin-laravel": "^4.1",
"pestphp/pest-plugin-livewire": "^4.1",
"phpstan/phpstan": "^2.1",
"psalm/plugin-laravel": "^3.4",
"rector/rector": "^2.4",
"spatie/laravel-ignition": "^2.12",
"spatie/laravel-ray": "^1.43",
"symfony/var-dumper": "^7.4",
"vimeo/psalm": "^6.16",
"wulfheart/laravel-actions-ide-helper": "^0.10.0"
},
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
}