-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
118 lines (118 loc) · 4.5 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "webbhuset/bugfix",
"type": "magento-module",
"license":"proprietary",
"description":"Magento core bug fixes. For more info, check https://github.com/webbhuset/bugfix",
"authors":[
{
"name":"Webbhuset",
"email":"[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/webbhuset/bugfix.git"
}
],
"extra": {
"map": [
[
"app/code/community/Webbhuset/Bugfix/",
"app/code/community/Webbhuset/Bugfix/"
],
[
"app/code/community/Varien/Simplexml/Element.php",
"app/code/community/Varien/Simplexml/Element.php"
],
[
"app/code/community/Mage/Catalog/Model/Resource/Category/Collection.php",
"app/code/community/Mage/Catalog/Model/Resource/Category/Collection.php"
],
[
"app/code/community/Mage/CatalogRule/Model/Action/Index/Refresh.php",
"app/code/community/Mage/CatalogRule/Model/Action/Index/Refresh.php"
],
[
"app/code/community/Mage/Catalog/Model/Resource/Url.php",
"app/code/community/Mage/Catalog/Model/Resource/Url.php"
],
[
"app/code/community/Mage/Sales/Model/Resource/Order.php",
"app/code/community/Mage/Sales/Model/Resource/Order.php"
],
[
"app/code/community/Mage/Adminhtml/Block/Widget/Form.php",
"app/code/community/Mage/Adminhtml/Block/Widget/Form.php"
],
[
"app/code/community/Mage/Catalog/Model/Resource/Product/Indexer/Price.php",
"app/code/community/Mage/Catalog/Model/Resource/Product/Indexer/Price.php"
],
[
"app/code/community/Mage/Catalog/Model/Indexer/Url.php",
"app/code/community/Mage/Catalog/Model/Indexer/Url.php"
],
[
"app/code/community/Mage/Catalog/Model/Url.php",
"app/code/community/Mage/Catalog/Model/Url.php"
],
[
"app/code/community/Mage/Core/Model/Config.php",
"app/code/community/Mage/Core/Model/Config.php"
],
[
"app/code/community/Mage/Uploader/Helper/File.php",
"app/code/community/Mage/Uploader/Helper/File.php"
],
[
"lib/Zend/Http/Client/Adapter/Socket.php",
"app/code/community/Zend/Http/Client/Adapter/Socket.php"
],
[
"lib/Zend/XmlRpc/Value.php",
"app/code/community/Zend/XmlRpc/Value.php"
],
[
"lib/Unserialize/Parser.php",
"app/code/community/Unserialize/Parser.php"
],
[
"app/etc/modules/Webbhuset_Bugfix.xml",
"app/etc/modules/Webbhuset_Bugfix.xml"
],
[
"app/code/community/Mage/CatalogRule/Model/Rule.php",
"app/code/community/Mage/CatalogRule/Model/Rule.php"
],
[
"app/code/community/Mage/SalesRule/Model/Rule/Condition/Product/Subselect.php",
"app/code/community/Mage/SalesRule/Model/Rule/Condition/Product/Subselect.php"
],
[
"app/code/community/Enterprise/TargetRule/Model/Resource/Index.php",
"app/code/community/Enterprise/TargetRule/Model/Resource/Index.php"
],
[
"app/code/community/Mage/Connect/Packager.php",
"app/code/community/Mage/Connect/Packager.php"
],
[
"app/code/community/Mage/Core/Helper/Data.php",
"app/code/community/Mage/Core/Helper/Data.php"
],
[
"app/code/community/Mage/Core/Model/Resource/Session.php",
"app/code/community/Mage/Core/Model/Resource/Session.php"
],
[
"app/code/community/Mage/Sales/Model/Config/Ordered.php",
"app/code/community/Mage/Sales/Model/Config/Ordered.php"
],
[
"app/code/community/Mage/Sales/Model/Quote/Item/Abstract.php",
"app/code/community/Mage/Sales/Model/Quote/Item/Abstract.php"
]
]
}
}