-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
33 lines (33 loc) · 924 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
32
33
{
"name": "magehost/performance-dashboard",
"description": "Performance Dashboard for Magento 2.x by MageHost.pro",
"homepage": "https://github.com/magehost/performance-dashboard",
"type": "magento2-module",
"version": "1.15.4",
"minimum-stability": "beta",
"license": "MIT",
"authors":[
{
"name":"MageHost.pro - Jeroen Vermeulen",
"email":"jeroen@magehost.pro"
}
],
"require": {
"magento/framework": ">=100.0",
"magento/module-backend": ">=100.0",
"magento/module-store": ">=100.0",
"magento/module-page-cache": ">=100.0",
"monolog/monolog": ">=1.11",
"psr/log": ">=1.0",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MageHost\\PerformanceDashboard\\": ""
}
}
}