-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1007 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
34
35
36
37
38
39
40
41
42
{
"name": "evozon/magento_core",
"description": "Fix common problems in Magento core",
"keywords": [
"magento",
"core",
"bugfix"
],
"homepage": "https://github.com/evozon/magento_core",
"license": "MIT",
"type": "magento-module",
"authors": [
{
"name": "Constantin Bejenaru",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/evozon/magento_core/issues",
"wiki": "https://github.com/evozon/magento_core/wiki",
"source": "https://github.com/evozon/magento_core"
},
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
[
"app/code/community/Evozon/Core",
"app/code/community/Evozon/Core"
],
[
"app/etc/modules/Evozon_Core.xml",
"app/etc/modules/Evozon_Core.xml"
]
]
},
"suggest": {
"n98/magerun": "Tools for managing Magento projects and installations"
}
}