Skip to content

Commit 2645325

Browse files
committed
Add swagget to composer
1 parent 55cbbfa commit 2645325

File tree

1 file changed

+96
-9
lines changed

1 file changed

+96
-9
lines changed

composer.json

Lines changed: 96 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"name": "magento/magento2ce",
3-
"description": "Magento 2 (Open Source)",
2+
"name": "magento/magento2ee",
3+
"description": "Magento 2 (Enterprise Edition)",
44
"type": "project",
55
"version": "2.2.6-dev",
66
"license": [
7-
"OSL-3.0",
8-
"AFL-3.0"
7+
"proprietary"
98
],
109
"require": {
1110
"php": "~7.0.13|~7.1.0",
@@ -35,11 +34,11 @@
3534
"zendframework/zend-captcha": "^2.7.1",
3635
"zendframework/zend-session": "^2.7.3",
3736
"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",
4342
"monolog/monolog": "^1.17",
4443
"oyejorge/less.php": "~1.7.0",
4544
"pelago/emogrifier": "^2.0.0",
@@ -52,6 +51,10 @@
5251
"phpseclib/phpseclib": "2.0.*",
5352
"tedivm/jshrink": "~1.3.0",
5453
"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",
5558
"lib-libxml": "*",
5659
"ext-ctype": "*",
5760
"ext-gd": "*",
@@ -69,14 +72,14 @@
6972
"ext-openssl": "*",
7073
"ext-zip": "*",
7174
"ext-pdo_mysql": "*",
72-
"ext-soap": "*",
73-
"ramsey/uuid": "~3.7.3"
75+
"ext-soap": "*"
7476
},
7577
"require-dev": {
7678
"phpunit/phpunit": "~6.2.0",
7779
"squizlabs/php_codesniffer": "3.2.2",
7880
"phpmd/phpmd": "@stable",
7981
"pdepend/pdepend": "2.5.2",
82+
"sjparkinson/static-review": "~4.1",
8083
"friendsofphp/php-cs-fixer": "~2.2.1",
8184
"lusitanian/oauth": "~0.8.10",
8285
"sebastian/phpcpd": "2.0.4"
@@ -85,14 +88,17 @@
8588
"magento/module-marketplace": "100.2.1",
8689
"magento/module-admin-notification": "100.2.2",
8790
"magento/module-advanced-pricing-import-export": "100.2.2",
91+
"magento/module-amqp": "100.2.1",
8892
"magento/module-analytics": "100.2.1",
8993
"magento/module-authorization": "100.2.0",
9094
"magento/module-authorizenet": "100.2.0",
9195
"magento/module-backend": "100.2.4",
9296
"magento/module-backup": "100.2.3",
9397
"magento/module-braintree": "100.2.4",
98+
"magento/module-worldpay": "100.2.1",
9499
"magento/module-bundle": "100.2.3",
95100
"magento/module-bundle-import-export": "100.2.1",
101+
"magento/module-bundle-import-export-staging": "100.2.0",
96102
"magento/module-cache-invalidate": "100.2.0",
97103
"magento/module-captcha": "100.2.1",
98104
"magento/module-catalog": "102.0.4",
@@ -103,15 +109,21 @@
103109
"magento/module-catalog-rule-configurable": "100.2.0",
104110
"magento/module-catalog-search": "100.2.3",
105111
"magento/module-catalog-url-rewrite": "100.2.3",
112+
"magento/module-catalog-url-rewrite-staging": "100.2.0",
106113
"magento/module-catalog-widget": "100.2.1",
114+
"magento/module-catalog-staging": "100.2.3",
115+
"magento/module-bundle-staging": "100.2.0",
107116
"magento/module-checkout": "100.2.4",
108117
"magento/module-checkout-agreements": "100.2.0",
118+
"magento/module-checkout-staging": "100.2.0",
109119
"magento/module-cms": "102.0.4",
120+
"magento/module-cms-staging": "100.2.1",
110121
"magento/module-cms-url-rewrite": "100.2.0",
111122
"magento/module-config": "101.0.4",
112123
"magento/module-configurable-import-export": "100.2.1",
113124
"magento/module-configurable-product": "100.2.4",
114125
"magento/module-configurable-product-sales": "100.2.1",
126+
"magento/module-configurable-product-staging": "100.2.1",
115127
"magento/module-contact": "100.2.1",
116128
"magento/module-cookie": "100.2.0",
117129
"magento/module-cron": "100.2.2",
@@ -125,6 +137,7 @@
125137
"magento/module-directory": "100.2.3",
126138
"magento/module-downloadable": "100.2.3",
127139
"magento/module-downloadable-import-export": "100.2.0",
140+
"magento/module-downloadable-staging": "100.2.0",
128141
"magento/module-eav": "101.0.3",
129142
"magento/module-email": "100.2.2",
130143
"magento/module-encryption-key": "100.2.0",
@@ -135,6 +148,7 @@
135148
"magento/module-google-optimizer": "100.2.1",
136149
"magento/module-grouped-import-export": "100.2.0",
137150
"magento/module-grouped-product": "100.2.2",
151+
"magento/module-grouped-product-staging": "100.2.0",
138152
"magento/module-import-export": "100.2.4",
139153
"magento/module-indexer": "100.2.2",
140154
"magento/module-instant-purchase": "100.2.0",
@@ -149,6 +163,7 @@
149163
"magento/module-offline-shipping": "100.2.2",
150164
"magento/module-page-cache": "100.2.1",
151165
"magento/module-payment": "100.2.2",
166+
"magento/module-payment-staging": "100.2.0",
152167
"magento/module-paypal": "100.2.2",
153168
"magento/module-persistent": "100.2.0",
154169
"magento/module-product-alert": "100.2.1",
@@ -175,8 +190,10 @@
175190
"magento/module-shipping": "100.2.4",
176191
"magento/module-signifyd": "100.2.1",
177192
"magento/module-sitemap": "100.2.3",
193+
"magento/module-staging": "101.0.2",
178194
"magento/module-store": "100.2.3",
179195
"magento/module-swagger": "100.2.2",
196+
"magento/module-swagger-webapi": "100.2.2",
180197
"magento/module-swatches": "100.2.2",
181198
"magento/module-swatches-layered-navigation": "100.2.0",
182199
"magento/module-tax": "100.2.4",
@@ -192,11 +209,76 @@
192209
"magento/module-vault": "101.0.2",
193210
"magento/module-version": "100.2.0",
194211
"magento/module-webapi": "100.2.2",
195-
"magento/module-webapi-security": "100.2.1",
196212
"magento/module-weee": "100.2.1",
197213
"magento/module-widget": "101.0.2",
198214
"magento/module-wishlist": "101.0.2",
199215
"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",
200282
"magento/theme-adminhtml-backend": "100.2.2",
201283
"magento/theme-frontend-blank": "100.2.2",
202284
"magento/theme-frontend-luma": "100.2.3",
@@ -208,6 +290,10 @@
208290
"magento/language-pt_br": "100.2.0",
209291
"magento/language-zh_hans_cn": "100.2.0",
210292
"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",
211297
"trentrichardson/jquery-timepicker-addon": "1.4.3",
212298
"components/jquery": "1.11.0",
213299
"blueimp/jquery-file-upload": "5.6.14",
@@ -259,7 +345,8 @@
259345
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
260346
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
261347
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
262-
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
348+
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
349+
"Magento\\ToolkitFramework\\": "dev/tools/performance-toolkit/framework/Magento/ToolkitFramework/"
263350
}
264351
},
265352
"minimum-stability": "stable"

0 commit comments

Comments
 (0)