forked from OXID-eSales/oxideshop_metapackage_ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·68 lines (68 loc) · 2.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
{
"name": "oxid-esales/oxideshop-metapackage-ce",
"description": "This is OXID eShop compilation metapackage.",
"type": "project",
"keywords": ["oxidEshop", "metapackage"],
"homepage": "https://www.oxid-esales.com/en/home.html",
"license": "GPL-3.0-only",
"minimum-stability": "stable",
"require": {
"amzn/amazon-pay-sdk-php": "3.4.1",
"bestit/amazonpay4oxid": "3.3.1",
"composer/ca-bundle": "1.2.4",
"composer/composer": "1.9.0",
"composer/semver": "1.5.0",
"composer/spdx-licenses": "1.5.2",
"composer/xdebug-handler": "1.3.3",
"ddoe/wysiwyg-editor-module": "v2.2.0",
"doctrine/annotations": "v1.4.0",
"doctrine/cache": "v1.6.2",
"doctrine/collections": "v1.4.0",
"doctrine/common": "v2.7.3",
"doctrine/dbal": "v2.5.13",
"doctrine/inflector": "v1.2.0",
"doctrine/lexer": "1.0.2",
"doctrine/migrations": "v1.5.0",
"justinrainbow/json-schema": "5.2.8",
"monolog/monolog": "1.25.1",
"ocramius/package-versions": "1.2.0",
"ocramius/proxy-manager": "2.0.4",
"oxid-esales/flow-theme": "v3.3.0",
"oxid-esales/gdpr-optin-module": "v2.2.0",
"oxid-esales/oxideshop-ce": "v6.3.6",
"oxid-esales/oxideshop-composer-plugin": "v2.0.4",
"oxid-esales/oxideshop-db-views-generator": "v1.2.0",
"oxid-esales/oxideshop-demodata-ce": "v6.0.3",
"oxid-esales/oxideshop-demodata-installer": "v1.1.2",
"oxid-esales/oxideshop-doctrine-migration-wrapper": "v2.1.3",
"oxid-esales/oxideshop-facts": "v2.3.1",
"oxid-esales/oxideshop-unified-namespace-generator": "v2.0.1",
"oxid-esales/paymorrow-module": "v2.0.1",
"oxid-esales/paypal-module": "v5.2.5",
"oxid-esales/wave-theme": "v1.2.0",
"payone-gmbh/oxid-6": "1.0.10",
"phpmailer/phpmailer": "v5.2.27",
"psr/container": "1.0.0",
"psr/log": "1.1.0",
"rmccue/requests": "v1.7.0",
"seld/jsonlint": "1.7.1",
"seld/phar-utils": "1.0.1",
"smarty/smarty": "v2.6.31",
"symfony/config": "v3.2.14",
"symfony/console": "v2.8.50",
"symfony/debug": "v3.0.9",
"symfony/dependency-injection": "v3.1.10",
"symfony/filesystem": "v3.4.32",
"symfony/finder": "v2.8.50",
"symfony/polyfill-ctype": "v1.12.0",
"symfony/polyfill-mbstring": "v1.12.0",
"symfony/process": "v2.8.50",
"symfony/yaml": "v2.8.50",
"topconcepts/oxid-klarna-6": "v4.3.0",
"webmozart/assert": "1.5.0",
"webmozart/glob": "4.1.0",
"webmozart/path-util": "2.3.0",
"zendframework/zend-code": "3.1.0",
"zendframework/zend-eventmanager": "3.2.1"
}
}