-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
28 lines (28 loc) · 974 Bytes
/
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
{
"name": "creativestyle/theme-creativeshop",
"description": "Creativeshop Magento Theme",
"homepage": "https://creativestyle.de",
"license": "OSL-3.0",
"require": {
"magento/theme-frontend-blank": "^100.2.0",
"creativestyle/magesuite-common-blocks": "^1.0.0",
"creativestyle/magesuite-navigation": "^2.0.0",
"creativestyle/magesuite-product-details-reorder": "^1.0.0",
"creativestyle/magesuite-product-tile": "^2.0.0",
"creativestyle/magesuite-products-renderer": "^2.0.0",
"creativestyle/magesuite-quote-additional-data": "^1.0.0",
"creativestyle/magesuite-server-side-swatches": "^1.0.0",
"creativestyle/magesuite-theme-helpers": "^1.0.0"
},
"repositories": [
{
"type": "composer",
"url": "https://magesuite.repo.repman.creativestyle.eu"
},
{
"type": "composer",
"url": "https://repo.magento.com",
"canonical": false
}
]
}