generated from Sikessem/webtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
103 lines (103 loc) · 2.72 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
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "sikessem/laravel-devtools",
"description": "🧪 Sikessem development tools for Laravel applications.",
"homepage": "https://packagist.org/packages/sikessem/laravel-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",
"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",
"sikessem",
"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/sikessem/laravel-devtools",
"issues": "https://github.com/sikessem/laravel-devtools/issues",
"chat": "https://github.com/orgs/sikessem/discussions"
},
"require": {
"php": ">=8.2",
"barryvdh/laravel-debugbar": "^3.14",
"barryvdh/laravel-ide-helper": "^3.1",
"larastan/larastan": "^2.9",
"laravel/dusk": "^8.2",
"laravel/sail": "^1.36",
"orchestra/testbench": "^9.5",
"pestphp/pest-plugin-faker": "^2.0",
"pestphp/pest-plugin-laravel": "^2.4",
"pestphp/pest-plugin-livewire": "^2.1",
"pestphp/pest-plugin-watch": "^2.1",
"psalm/plugin-laravel": "^2.11",
"sikessem/devtools": "^0.9.0",
"spatie/laravel-ignition": "^2.8",
"spatie/laravel-ray": "^1.37",
"wulfheart/laravel-actions-ide-helper": "^0.8.0"
},
"extra": {
"branch-alias": {
"dev-main": "0.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
}