-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1.02 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
{
"name": "anourvalar/laravel-pulse",
"description": "Additional cards for Laravel Pulse",
"keywords": [
"laravel", "pulse", "anourvalar", "schedule", "http", "requests", "response", "database",
"hits", "query", "mysql", "postgresql", "count", "time", "performance", "ping", "status",
"code", "monitoring"
],
"homepage": "https://github.com/AnourValar/laravel-pulse",
"license": "MIT",
"require": {
"php": "^8.1",
"laravel/pulse": "^1.2"
},
"require-dev": {
"anourvalar/http-client": "^1.10",
"orchestra/testbench": "^8.6",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.26",
"squizlabs/php_codesniffer": "^3.7",
"psalm/plugin-laravel": "^2.8"
},
"autoload": {
"psr-4": {"AnourValar\\LaravelPulse\\": "src/"}
},
"extra": {
"laravel": {
"providers": [
"AnourValar\\LaravelPulse\\Providers\\LaravelPulseServiceProvider"
]
}
}
}