-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 836 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 836 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
{
"name": "laravel-probe/probe",
"description": "\"Laravel Probe: Easily monitor CPU, memory, storage, web server, and network connections in your Laravel applications. Gain insights into system performance and enhance your app's efficiency. Quick integration for seamless resource tracking.\"",
"keywords": [
"laravel", "probe", "monitoring", "cpu", "memory", "storage", "web server", "network connections", "system performance", "resource tracking"
],
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Laravel\\Probe\\": "src/"
}
},
"require": {
"php": ">=7.2"
},
"authors": [
{
"name": "adamibnu",
"email": "adamibnu157@gmail.com"
}
],
"minimum-stability": "dev",
"require": {}
}