Skip to content

Commit 8c6f7b6

Browse files
committed
Change composer
1 parent 2645325 commit 8c6f7b6

File tree

2 files changed

+514
-179
lines changed

2 files changed

+514
-179
lines changed

composer.json

Lines changed: 10 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "magento/magento2ee",
3-
"description": "Magento 2 (Enterprise Edition)",
2+
"name": "magento/magento2ce",
3+
"description": "Magento 2 (Open Source)",
44
"type": "project",
55
"version": "2.2.6-dev",
66
"license": [
7-
"proprietary"
7+
"OSL-3.0",
8+
"AFL-3.0"
89
],
910
"require": {
1011
"php": "~7.0.13|~7.1.0",
@@ -34,11 +35,11 @@
3435
"zendframework/zend-captcha": "^2.7.1",
3536
"zendframework/zend-session": "^2.7.3",
3637
"magento/zendframework1": "~1.13.0",
37-
"composer/composer": "1.4.1",
3838
"colinmollenhour/credis": "1.8.2",
3939
"colinmollenhour/php-redis-session-abstract": "1.3.4",
4040
"colinmollenhour/cache-backend-redis": "1.10.4",
4141
"colinmollenhour/cache-backend-file": "1.4",
42+
"composer/composer": "1.4.1",
4243
"monolog/monolog": "^1.17",
4344
"oyejorge/less.php": "~1.7.0",
4445
"pelago/emogrifier": "^2.0.0",
@@ -51,10 +52,6 @@
5152
"phpseclib/phpseclib": "2.0.*",
5253
"tedivm/jshrink": "~1.3.0",
5354
"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",
5855
"lib-libxml": "*",
5956
"ext-ctype": "*",
6057
"ext-gd": "*",
@@ -72,14 +69,14 @@
7269
"ext-openssl": "*",
7370
"ext-zip": "*",
7471
"ext-pdo_mysql": "*",
75-
"ext-soap": "*"
72+
"ext-soap": "*",
73+
"ramsey/uuid": "~3.7.3"
7674
},
7775
"require-dev": {
7876
"phpunit/phpunit": "~6.2.0",
7977
"squizlabs/php_codesniffer": "3.2.2",
8078
"phpmd/phpmd": "@stable",
8179
"pdepend/pdepend": "2.5.2",
82-
"sjparkinson/static-review": "~4.1",
8380
"friendsofphp/php-cs-fixer": "~2.2.1",
8481
"lusitanian/oauth": "~0.8.10",
8582
"sebastian/phpcpd": "2.0.4"
@@ -88,17 +85,14 @@
8885
"magento/module-marketplace": "100.2.1",
8986
"magento/module-admin-notification": "100.2.2",
9087
"magento/module-advanced-pricing-import-export": "100.2.2",
91-
"magento/module-amqp": "100.2.1",
9288
"magento/module-analytics": "100.2.1",
9389
"magento/module-authorization": "100.2.0",
9490
"magento/module-authorizenet": "100.2.0",
9591
"magento/module-backend": "100.2.4",
9692
"magento/module-backup": "100.2.3",
9793
"magento/module-braintree": "100.2.4",
98-
"magento/module-worldpay": "100.2.1",
9994
"magento/module-bundle": "100.2.3",
10095
"magento/module-bundle-import-export": "100.2.1",
101-
"magento/module-bundle-import-export-staging": "100.2.0",
10296
"magento/module-cache-invalidate": "100.2.0",
10397
"magento/module-captcha": "100.2.1",
10498
"magento/module-catalog": "102.0.4",
@@ -109,21 +103,15 @@
109103
"magento/module-catalog-rule-configurable": "100.2.0",
110104
"magento/module-catalog-search": "100.2.3",
111105
"magento/module-catalog-url-rewrite": "100.2.3",
112-
"magento/module-catalog-url-rewrite-staging": "100.2.0",
113106
"magento/module-catalog-widget": "100.2.1",
114-
"magento/module-catalog-staging": "100.2.3",
115-
"magento/module-bundle-staging": "100.2.0",
116107
"magento/module-checkout": "100.2.4",
117108
"magento/module-checkout-agreements": "100.2.0",
118-
"magento/module-checkout-staging": "100.2.0",
119109
"magento/module-cms": "102.0.4",
120-
"magento/module-cms-staging": "100.2.1",
121110
"magento/module-cms-url-rewrite": "100.2.0",
122111
"magento/module-config": "101.0.4",
123112
"magento/module-configurable-import-export": "100.2.1",
124113
"magento/module-configurable-product": "100.2.4",
125114
"magento/module-configurable-product-sales": "100.2.1",
126-
"magento/module-configurable-product-staging": "100.2.1",
127115
"magento/module-contact": "100.2.1",
128116
"magento/module-cookie": "100.2.0",
129117
"magento/module-cron": "100.2.2",
@@ -137,7 +125,6 @@
137125
"magento/module-directory": "100.2.3",
138126
"magento/module-downloadable": "100.2.3",
139127
"magento/module-downloadable-import-export": "100.2.0",
140-
"magento/module-downloadable-staging": "100.2.0",
141128
"magento/module-eav": "101.0.3",
142129
"magento/module-email": "100.2.2",
143130
"magento/module-encryption-key": "100.2.0",
@@ -148,7 +135,6 @@
148135
"magento/module-google-optimizer": "100.2.1",
149136
"magento/module-grouped-import-export": "100.2.0",
150137
"magento/module-grouped-product": "100.2.2",
151-
"magento/module-grouped-product-staging": "100.2.0",
152138
"magento/module-import-export": "100.2.4",
153139
"magento/module-indexer": "100.2.2",
154140
"magento/module-instant-purchase": "100.2.0",
@@ -163,7 +149,6 @@
163149
"magento/module-offline-shipping": "100.2.2",
164150
"magento/module-page-cache": "100.2.1",
165151
"magento/module-payment": "100.2.2",
166-
"magento/module-payment-staging": "100.2.0",
167152
"magento/module-paypal": "100.2.2",
168153
"magento/module-persistent": "100.2.0",
169154
"magento/module-product-alert": "100.2.1",
@@ -190,7 +175,6 @@
190175
"magento/module-shipping": "100.2.4",
191176
"magento/module-signifyd": "100.2.1",
192177
"magento/module-sitemap": "100.2.3",
193-
"magento/module-staging": "101.0.2",
194178
"magento/module-store": "100.2.3",
195179
"magento/module-swagger": "100.2.2",
196180
"magento/module-swagger-webapi": "100.2.2",
@@ -209,76 +193,11 @@
209193
"magento/module-vault": "101.0.2",
210194
"magento/module-version": "100.2.0",
211195
"magento/module-webapi": "100.2.2",
196+
"magento/module-webapi-security": "100.2.1",
212197
"magento/module-weee": "100.2.1",
213198
"magento/module-widget": "101.0.2",
214199
"magento/module-wishlist": "101.0.2",
215200
"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",
282201
"magento/theme-adminhtml-backend": "100.2.2",
283202
"magento/theme-frontend-blank": "100.2.2",
284203
"magento/theme-frontend-luma": "100.2.3",
@@ -290,10 +209,6 @@
290209
"magento/language-pt_br": "100.2.0",
291210
"magento/language-zh_hans_cn": "100.2.0",
292211
"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",
297212
"trentrichardson/jquery-timepicker-addon": "1.4.3",
298213
"components/jquery": "1.11.0",
299214
"blueimp/jquery-file-upload": "5.6.14",
@@ -345,9 +260,8 @@
345260
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
346261
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
347262
"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/"
350264
}
351265
},
352266
"minimum-stability": "stable"
353-
}
267+
}

0 commit comments

Comments
 (0)