-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 736 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "madalinoprea/magneto-debug",
"description": "Development Debug Toolbar for Magento 1.x",
"type": "magento-module",
"keywords": ["Magento", "logging", "performance"],
"homepage": "https://github.com/madalinoprea/magneto-debug",
"license": "MIT",
"authors": [
{"name": "Madalin Oprea (Mario)"}
],
"support": {
"wiki": "https://github.com/madalinoprea/magneto-debug/wiki",
"issues": "https://github.com/madalinoprea/magneto-debug/issues",
"source": "https://github.com/madalinoprea/magneto-debug"
},
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"suggest": {
"ecomdev/ecomdev_phpunit": "Allows to verify compatibility by running module's unit tests"
}
}