-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
31 lines (31 loc) · 1022 Bytes
/
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
{
"name": "scoutapp/scout-apm-laravel",
"type": "library",
"description": "Scout Application Performance Monitoring Agent - https://scoutapm.com",
"homepage": "https://scoutapm.com/",
"license": "MIT",
"keywords": [
"laravel",
"performance",
"apm",
"monitoring",
"development"
],
"require": {
"illuminate/contracts": "^5.5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/http": "^5.5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/routing": "^5.5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/view": "^5.5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"scoutapp/scout-apm-php": "^8.0"
},
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true,
"kylekatarnls/update-helper": true
}
}
}