1
1
{
2
- "name" : " magento/magento2ee " ,
3
- "description" : " Magento 2 (Enterprise Edition )" ,
2
+ "name" : " magento/magento2ce " ,
3
+ "description" : " Magento 2 (Open Source )" ,
4
4
"type" : " project" ,
5
5
"version" : " 2.2.6-dev" ,
6
6
"license" : [
7
- " proprietary"
7
+ " OSL-3.0" ,
8
+ " AFL-3.0"
8
9
],
9
10
"require" : {
10
11
"php" : " ~7.0.13|~7.1.0" ,
34
35
"zendframework/zend-captcha" : " ^2.7.1" ,
35
36
"zendframework/zend-session" : " ^2.7.3" ,
36
37
"magento/zendframework1" : " ~1.13.0" ,
37
- "composer/composer" : " 1.4.1" ,
38
38
"colinmollenhour/credis" : " 1.8.2" ,
39
39
"colinmollenhour/php-redis-session-abstract" : " 1.3.4" ,
40
40
"colinmollenhour/cache-backend-redis" : " 1.10.4" ,
41
41
"colinmollenhour/cache-backend-file" : " 1.4" ,
42
+ "composer/composer" : " 1.4.1" ,
42
43
"monolog/monolog" : " ^1.17" ,
43
44
"oyejorge/less.php" : " ~1.7.0" ,
44
45
"pelago/emogrifier" : " ^2.0.0" ,
51
52
"phpseclib/phpseclib" : " 2.0.*" ,
52
53
"tedivm/jshrink" : " ~1.3.0" ,
53
54
"magento/composer" : " ~1.2.0" ,
54
- "solarium/solarium" : " 3.8.1" ,
55
- "elasticsearch/elasticsearch" : " ~2.0|~5.1" ,
56
- "php-amqplib/php-amqplib" : " 2.5.*" ,
57
- "ramsey/uuid" : " ~3.7.3" ,
58
55
"lib-libxml" : " *" ,
59
56
"ext-ctype" : " *" ,
60
57
"ext-gd" : " *" ,
72
69
"ext-openssl" : " *" ,
73
70
"ext-zip" : " *" ,
74
71
"ext-pdo_mysql" : " *" ,
75
- "ext-soap" : " *"
72
+ "ext-soap" : " *" ,
73
+ "ramsey/uuid" : " ~3.7.3"
76
74
},
77
75
"require-dev" : {
78
76
"phpunit/phpunit" : " ~6.2.0" ,
79
77
"squizlabs/php_codesniffer" : " 3.2.2" ,
80
78
"phpmd/phpmd" : " @stable" ,
81
79
"pdepend/pdepend" : " 2.5.2" ,
82
- "sjparkinson/static-review" : " ~4.1" ,
83
80
"friendsofphp/php-cs-fixer" : " ~2.2.1" ,
84
81
"lusitanian/oauth" : " ~0.8.10" ,
85
82
"sebastian/phpcpd" : " 2.0.4"
88
85
"magento/module-marketplace" : " 100.2.1" ,
89
86
"magento/module-admin-notification" : " 100.2.2" ,
90
87
"magento/module-advanced-pricing-import-export" : " 100.2.2" ,
91
- "magento/module-amqp" : " 100.2.1" ,
92
88
"magento/module-analytics" : " 100.2.1" ,
93
89
"magento/module-authorization" : " 100.2.0" ,
94
90
"magento/module-authorizenet" : " 100.2.0" ,
95
91
"magento/module-backend" : " 100.2.4" ,
96
92
"magento/module-backup" : " 100.2.3" ,
97
93
"magento/module-braintree" : " 100.2.4" ,
98
- "magento/module-worldpay" : " 100.2.1" ,
99
94
"magento/module-bundle" : " 100.2.3" ,
100
95
"magento/module-bundle-import-export" : " 100.2.1" ,
101
- "magento/module-bundle-import-export-staging" : " 100.2.0" ,
102
96
"magento/module-cache-invalidate" : " 100.2.0" ,
103
97
"magento/module-captcha" : " 100.2.1" ,
104
98
"magento/module-catalog" : " 102.0.4" ,
109
103
"magento/module-catalog-rule-configurable" : " 100.2.0" ,
110
104
"magento/module-catalog-search" : " 100.2.3" ,
111
105
"magento/module-catalog-url-rewrite" : " 100.2.3" ,
112
- "magento/module-catalog-url-rewrite-staging" : " 100.2.0" ,
113
106
"magento/module-catalog-widget" : " 100.2.1" ,
114
- "magento/module-catalog-staging" : " 100.2.3" ,
115
- "magento/module-bundle-staging" : " 100.2.0" ,
116
107
"magento/module-checkout" : " 100.2.4" ,
117
108
"magento/module-checkout-agreements" : " 100.2.0" ,
118
- "magento/module-checkout-staging" : " 100.2.0" ,
119
109
"magento/module-cms" : " 102.0.4" ,
120
- "magento/module-cms-staging" : " 100.2.1" ,
121
110
"magento/module-cms-url-rewrite" : " 100.2.0" ,
122
111
"magento/module-config" : " 101.0.4" ,
123
112
"magento/module-configurable-import-export" : " 100.2.1" ,
124
113
"magento/module-configurable-product" : " 100.2.4" ,
125
114
"magento/module-configurable-product-sales" : " 100.2.1" ,
126
- "magento/module-configurable-product-staging" : " 100.2.1" ,
127
115
"magento/module-contact" : " 100.2.1" ,
128
116
"magento/module-cookie" : " 100.2.0" ,
129
117
"magento/module-cron" : " 100.2.2" ,
137
125
"magento/module-directory" : " 100.2.3" ,
138
126
"magento/module-downloadable" : " 100.2.3" ,
139
127
"magento/module-downloadable-import-export" : " 100.2.0" ,
140
- "magento/module-downloadable-staging" : " 100.2.0" ,
141
128
"magento/module-eav" : " 101.0.3" ,
142
129
"magento/module-email" : " 100.2.2" ,
143
130
"magento/module-encryption-key" : " 100.2.0" ,
148
135
"magento/module-google-optimizer" : " 100.2.1" ,
149
136
"magento/module-grouped-import-export" : " 100.2.0" ,
150
137
"magento/module-grouped-product" : " 100.2.2" ,
151
- "magento/module-grouped-product-staging" : " 100.2.0" ,
152
138
"magento/module-import-export" : " 100.2.4" ,
153
139
"magento/module-indexer" : " 100.2.2" ,
154
140
"magento/module-instant-purchase" : " 100.2.0" ,
163
149
"magento/module-offline-shipping" : " 100.2.2" ,
164
150
"magento/module-page-cache" : " 100.2.1" ,
165
151
"magento/module-payment" : " 100.2.2" ,
166
- "magento/module-payment-staging" : " 100.2.0" ,
167
152
"magento/module-paypal" : " 100.2.2" ,
168
153
"magento/module-persistent" : " 100.2.0" ,
169
154
"magento/module-product-alert" : " 100.2.1" ,
190
175
"magento/module-shipping" : " 100.2.4" ,
191
176
"magento/module-signifyd" : " 100.2.1" ,
192
177
"magento/module-sitemap" : " 100.2.3" ,
193
- "magento/module-staging" : " 101.0.2" ,
194
178
"magento/module-store" : " 100.2.3" ,
195
179
"magento/module-swagger" : " 100.2.2" ,
196
180
"magento/module-swagger-webapi" : " 100.2.2" ,
209
193
"magento/module-vault" : " 101.0.2" ,
210
194
"magento/module-version" : " 100.2.0" ,
211
195
"magento/module-webapi" : " 100.2.2" ,
196
+ "magento/module-webapi-security" : " 100.2.1" ,
212
197
"magento/module-weee" : " 100.2.1" ,
213
198
"magento/module-widget" : " 101.0.2" ,
214
199
"magento/module-wishlist" : " 101.0.2" ,
215
200
"magento/module-wishlist-analytics" : " 100.2.0" ,
216
- "magento/module-support" : " 101.0.1" ,
217
- "magento/module-solr" : " 100.2.0" ,
218
- "magento/module-message-queue" : " 100.2.1" ,
219
- "magento/module-mysql-mq" : " 100.2.0" ,
220
- "magento/module-eway" : " 100.2.0" ,
221
- "magento/module-advanced-search" : " 100.2.1" ,
222
- "magento/module-google-tag-manager" : " 100.2.0" ,
223
- "magento/module-admin-gws" : " 100.2.2" ,
224
- "magento/module-advanced-checkout" : " 100.2.1" ,
225
- "magento/module-banner" : " 101.0.0" ,
226
- "magento/module-banner-customer-segment" : " 100.2.0" ,
227
- "magento/module-catalog-event" : " 100.2.2" ,
228
- "magento/module-catalog-import-export-staging" : " 100.2.0" ,
229
- "magento/module-catalog-permissions" : " 100.2.2" ,
230
- "magento/module-custom-attribute-management" : " 100.2.1" ,
231
- "magento/module-customer-balance" : " 100.2.2" ,
232
- "magento/module-customer-custom-attributes" : " 100.2.2" ,
233
- "magento/module-customer-finance" : " 100.2.0" ,
234
- "magento/module-customer-segment" : " 101.0.2" ,
235
- "magento/module-enterprise" : " 100.2.0" ,
236
- "magento/module-gift-card" : " 101.1.2" ,
237
- "magento/module-gift-card-staging" : " 100.2.0" ,
238
- "magento/module-gift-card-account" : " 101.0.2" ,
239
- "magento/module-gift-card-import-export" : " 100.2.0" ,
240
- "magento/module-gift-registry" : " 101.0.1" ,
241
- "magento/module-gift-wrapping" : " 101.0.2" ,
242
- "magento/module-invitation" : " 100.2.2" ,
243
- "magento/module-logging" : " 101.0.1" ,
244
- "magento/module-multiple-wishlist" : " 100.2.1" ,
245
- "magento/module-cybersource" : " 100.2.1" ,
246
- "magento/module-persistent-history" : " 100.2.0" ,
247
- "magento/module-price-permissions" : " 100.2.0" ,
248
- "magento/module-promotion-permissions" : " 100.2.0" ,
249
- "magento/module-reminder" : " 101.0.1" ,
250
- "magento/module-reward" : " 101.0.2" ,
251
- "magento/module-reward-staging" : " 100.2.0" ,
252
- "magento/module-rma" : " 101.0.3" ,
253
- "magento/module-sales-archive" : " 100.2.2" ,
254
- "magento/module-advanced-catalog" : " 100.2.0" ,
255
- "magento/module-advanced-rule" : " 100.2.0" ,
256
- "magento/module-advanced-sales-rule" : " 100.2.1" ,
257
- "magento/module-scalable-checkout" : " 100.2.0" ,
258
- "magento/module-scalable-inventory" : " 100.2.1" ,
259
- "magento/module-scalable-oms" : " 100.2.1" ,
260
- "magento/module-scheduled-import-export" : " 101.0.1" ,
261
- "magento/module-target-rule" : " 101.0.3" ,
262
- "magento/module-versions-cms" : " 101.0.1" ,
263
- "magento/module-visual-merchandiser" : " 100.2.2" ,
264
- "magento/module-website-restriction" : " 100.2.0" ,
265
- "magento/module-webapi-security" : " 100.2.1" ,
266
- "magento/module-resource-connections" : " 100.2.0" ,
267
- "magento/module-elasticsearch" : " 100.2.3" ,
268
- "magento/module-catalog-rule-staging" : " 100.2.1" ,
269
- "magento/module-sales-rule-staging" : " 100.2.3" ,
270
- "magento/module-search-staging" : " 100.2.0" ,
271
- "magento/module-layered-navigation-staging" : " 100.2.0" ,
272
- "magento/module-catalog-inventory-staging" : " 100.2.0" ,
273
- "magento/module-gift-message-staging" : " 100.2.0" ,
274
- "magento/module-gift-wrapping-staging" : " 100.2.0" ,
275
- "magento/module-google-optimizer-staging" : " 100.2.0" ,
276
- "magento/module-msrp-staging" : " 100.2.0" ,
277
- "magento/module-review-staging" : " 100.2.0" ,
278
- "magento/module-rma-staging" : " 100.2.0" ,
279
- "magento/module-weee-staging" : " 100.2.0" ,
280
- "magento/module-product-video-staging" : " 100.2.0" ,
281
- "magento/module-asynchronous-operations" : " 100.2.0" ,
282
201
"magento/theme-adminhtml-backend" : " 100.2.2" ,
283
202
"magento/theme-frontend-blank" : " 100.2.2" ,
284
203
"magento/theme-frontend-luma" : " 100.2.3" ,
290
209
"magento/language-pt_br" : " 100.2.0" ,
291
210
"magento/language-zh_hans_cn" : " 100.2.0" ,
292
211
"magento/framework" : " 101.0.4" ,
293
- "magento/framework-message-queue" : " 100.2.1" ,
294
- "magento/framework-amqp" : " 100.2.1" ,
295
- "magento/framework-foreign-key" : " 100.2.0" ,
296
- "magento/framework-bulk" : " 100.2.0" ,
297
212
"trentrichardson/jquery-timepicker-addon" : " 1.4.3" ,
298
213
"components/jquery" : " 1.11.0" ,
299
214
"blueimp/jquery-file-upload" : " 5.6.14" ,
345
260
"Magento\\ Tools\\ " : " dev/tools/Magento/Tools/" ,
346
261
"Magento\\ Tools\\ Sanity\\ " : " dev/build/publication/sanity/Magento/Tools/Sanity/" ,
347
262
"Magento\\ TestFramework\\ Inspection\\ " : " dev/tests/static/framework/Magento/TestFramework/Inspection/" ,
348
- "Magento\\ TestFramework\\ Utility\\ " : " dev/tests/static/framework/Magento/TestFramework/Utility/" ,
349
- "Magento\\ ToolkitFramework\\ " : " dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/"
263
+ "Magento\\ TestFramework\\ Utility\\ " : " dev/tests/static/framework/Magento/TestFramework/Utility/"
350
264
}
351
265
},
352
266
"minimum-stability" : " stable"
353
- }
267
+ }
0 commit comments