-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
135 lines (130 loc) · 4.66 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"minimum-stability": "dev",
"require": {
"magento-hackathon/magento-composer-installer": "2.1.1",
"integer-net/magento-localized-at": "dev-master",
"integer-net/magento-localized-ch": "dev-master",
"integer-net/magento-localized-de": "dev-master",
"integer-net/magento-localized-nl": "dev-master",
"integer-net/magento-localized-es": "dev-master",
"integer-net/magento-localized-fr": "dev-master",
"integer-net/magento-localized-it": "dev-master",
"integer-net/magento-localized-ro": "dev-master",
"integer-net/magento-localized-ru": "dev-master",
"integer-net/magento-localized-pl": "dev-master",
"riconeitzel/german-localepack-de-de": "dev-preview",
"connect20/locale_mage_community_es_es": "*",
"connect20/locale_mage_community_fr_fr": "*",
"connect20/locale_mage_community_it_it": "*",
"ho-nl/ho_nl_nl": "dev-master",
"mindmagnet/romanian-translation": "dev-master",
"snowdog-apps/magento-translation-pl_pl": "dev-master",
"etws/et_russianlanguagepack": "1.5.0",
"firegento/magesetup": "dev-master",
"firegento/pdf": "dev-master",
"magento-hackathon/localefallback": "dev-master",
"connect20/dermodpro_baseprice": "*",
"avstudnitz/scopehint": "dev-master",
"avstudnitz/admin-notification-advanced": "dev-master",
"tim-reynolds/magento-qconfig": "dev-master",
"integer-net/removecustomeraccountlinks": "dev-master",
"integer-net/autoshipping": "dev-master",
"ikonoshirt/customadminnotifications": "dev-master",
"openstream/rappenrounding": "dev-master",
"magento-hackathon/hackathon_magemonitoring": "dev-master",
"magento-hackathon/indexer-stats": "dev-master",
"connect20/cashondelivery": "0.4.3",
"itabs/invoice": "dev-master",
"therouv/debitpayment": "dev-master",
"connect20/bankpayment": "*",
"integer-net/magento-localized-ebay": "dev-master",
"ess/m2e-pro": "dev-master#5c779d42265ea504efae2ff02ff99c57de775b6b",
"webformat/loginwithpaypal": "dev-master"
},
"repositories": [
{
"type": "composer",
"url": "http://packages.firegento.com"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/M2E.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedEbay.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedAT.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedCH.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedDE.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedNL.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedIT.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedES.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedFR.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedRO.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedRU.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/MagentoLocalizedPL.git"
},
{
"type": "vcs",
"url": "https://github.com/ikonoshirt/CustomAdminNotifications.git"
},
{
"type": "vcs",
"url": "https://github.com/magento-hackathon/Hackathon_MageMonitoring.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/Webformat_LoginWithPayPal.git"
},
{
"type": "vcs",
"url": "https://github.com/ho-nl/Ho_nl_NL.git"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/magento-romanian-translation"
},
{
"type": "vcs",
"url": "https://github.com/integer-net/Magento-Translation-pl_PL.git"
},
{
"type": "vcs",
"url": "https://bitbucket.org/etws/et_russianlanguagepack.git"
}
],
"extra": {
"magento-root-dir": "src",
"magento-deploystrategy": "none"
}
}