forked from chameleon-system/chameleon-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
135 lines (135 loc) · 5.53 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
{
"name": "chameleon-system/chameleon-shop",
"type": "library",
"description": "This is the Chameleon System shop core system, which is the basis for all shop-specific functionality.",
"keywords": [
"Shop",
"Chameleon",
"E-Commerce"
],
"license": "MIT",
"authors": [
{
"name": "ESONO AG",
"email": "[email protected]",
"homepage": "https://www.chameleonsystem.com",
"role": "Company"
}
],
"extra": {
"name": "Chameleon Shop",
"dev_info_installation": "",
"dev_info_usage": "",
"pricegroup": 0,
"public": false,
"screenshotfolder_id": ""
},
"require": {
"chameleon-system/chameleon-base": "dev-master",
"simplepie/simplepie": "~1.3"
},
"require-dev": {
"chameleon-system/code-style-config": "dev-master@dev",
"chameleon-system/sanitycheck": "dev-master",
"chameleon-system/sanitycheck-bundle": "dev-master",
"phpunit/dbunit": "~2.0",
"phpunit/phpunit": "~5.7"
},
"conflict": {
"sebastian/comparator": "<1.2.4"
},
"autoload": {
"classmap": [
"src/CmsNavigationPkgShopBundle/objects",
"src/ExtranetRegistrationGuestBundle/mappers",
"src/ExtranetRegistrationGuestBundle/pkgExtranet",
"src/ImageHotspotBundle/mappers",
"src/ImageHotspotBundle/objects",
"src/SearchBundle/objects",
"src/ShopAffiliateBundle/objects",
"src/ShopArticlePreorderBundle/objects",
"src/ShopArticlePreorderBundle/pkgShop",
"src/ShopArticleReviewBundle/mapper",
"src/ShopArticleReviewBundle/objects",
"src/ShopCurrencyBundle/mappers",
"src/ShopCurrencyBundle/objects",
"src/ShopCurrencyBundle/pkgCmsActionPlugin",
"src/ShopCurrencyBundle/pkgCmsNavigation",
"src/ShopCurrencyBundle/pkgShop",
"src/ShopBundle/Interfaces",
"src/ShopBundle/mappers",
"src/ShopBundle/objects",
"src/ShopBundle/pkgCmsEvent",
"src/ShopBundle/pkgExtranet",
"src/ShopBundle/pkgRunFrontendAction",
"src/ShopBundle/TPkgShopPaymentIPN",
"src/ShopDhlPackstationBundle/pkgExtranet",
"src/ShopDhlPackstationBundle/pkgShop",
"src/ShopListFilterBundle/mappers",
"src/ShopListFilterBundle/objects",
"src/ShopListFilterBundle/pkgShop",
"src/ShopListFilterBundle/Interfaces",
"src/ShopListFilterBundle/DatabaseAccessLayer",
"src/ShopNewsletterSignupWithOrderBundle/pkgShop",
"src/ShopOrderStatusBundle/exceptions",
"src/ShopOrderStatusBundle/interface",
"src/ShopOrderStatusBundle/mappers",
"src/ShopOrderStatusBundle/objects",
"src/ShopOrderStatusBundle/pkgRunFrontendAction",
"src/ShopOrderViaPhoneBundle/pkgShop",
"src/AmazonPaymentBundle/lib",
"src/ShopPaymentIPNBundle/exceptions",
"src/ShopPaymentIPNBundle/interfaces",
"src/ShopPaymentIPNBundle/objects",
"src/ShopPaymentIPNBundle/pkgShop",
"src/ShopPaymentIPNBundle/pkgShopPaymentTransaction",
"src/ShopPaymentTransactionBundle/exceptions",
"src/ShopPaymentTransactionBundle/interface",
"src/ShopPaymentTransactionBundle/mappers",
"src/ShopPaymentTransactionBundle/objects",
"src/ShopPaymentTransactionBundle/pkgShopOrderStatus",
"src/ShopPrimaryNavigationBundle/mappers",
"src/ShopPrimaryNavigationBundle/objects",
"src/ShopPrimaryNavigationBundle/pkgCmsNavigation",
"src/ShopPrimaryNavigationBundle/pkgShop",
"src/ShopPrimaryNavigationBundle/web_modules",
"src/ShopProductExportBundle/objects",
"src/ShopRatingServiceBundle/mappers",
"src/ShopRatingServiceBundle/objects",
"src/ShopWishlistBundle/objects",
"src/ShopWishlistBundle/pkgExtranet"
],
"psr-4": {
"ChameleonSystem\\": "src"
},
"exclude-from-classmap": [
"/tests/",
"/Tests/"
]
},
"replace": {
"chameleon-system/pkgcmsnavigationpkgshop": "*",
"chameleon-system/pkgextranetregistrationguest": "*",
"chameleon-system/pkgimagehotspot": "*",
"chameleon-system/pkgsearch": "*",
"chameleon-system/pkgshop": "*",
"chameleon-system/pkgshopaffiliate": "*",
"chameleon-system/pkgshoparticledetailpaging": "*",
"chameleon-system/pkgshoparticlepreorder": "*",
"chameleon-system/pkgshoparticlereview": "*",
"chameleon-system/pkgshopcurrency": "*",
"chameleon-system/pkgshopdhlpackstation": "*",
"chameleon-system/pkgshoplistfilter": "*",
"chameleon-system/pkgshopnewslettersignupwithorder": "*",
"chameleon-system/pkgshoporderstatus": "*",
"chameleon-system/pkgshoporderviaphone": "*",
"chameleon-system/pkgshoppaymentamazon": "*",
"chameleon-system/pkgshoppaymentipn": "*",
"chameleon-system/pkgshoppaymenttransaction": "*",
"chameleon-system/pkgshopprimarynavigation": "*",
"chameleon-system/pkgshopproductexport": "*",
"chameleon-system/pkgshopratingservice": "*",
"chameleon-system/pkgshopwishlist": "*",
"chameleon-system/pkgtshoppaymenthandlersofortueberweisung": "*"
}
}