-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.54 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
{
"name": "thelia/thelia-skeleton",
"description": "Skeleton that contains required packages for Thelia",
"license": "LGPL-3.0+",
"require": {
"thelia/core": "dev-main",
"thelia/frontoffice-default-template": "dev-main",
"thelia/backoffice-default-template": "dev-main",
"thelia/email-default-template": "dev-main",
"thelia/pdf-default-template": "dev-main",
"thelia/setup": "dev-main",
"thelia/config": "dev-main",
"thelia/smarty-module": "dev-main",
"thelia/front-module": "dev-main",
"thelia/virtual-product-control-module": "dev-main",
"thelia/virtual-product-delivery-module": "dev-main",
"thelia/tinymce-module": "dev-main",
"thelia/cheque-module": "dev-main",
"thelia/hook-lang-module": "dev-main",
"thelia/hook-search-module": "dev-main",
"thelia/hook-currency-module": "dev-main",
"thelia/hook-products-new-module": "dev-main",
"thelia/hook-analytics-module": "dev-main",
"thelia/hook-links-module": "dev-main",
"thelia/hook-social-module": "dev-main",
"thelia/hook-cart-module": "dev-main",
"thelia/hook-navigation-module": "dev-main",
"thelia/hook-contact-module": "dev-main",
"thelia/hook-customer-module": "dev-main",
"thelia/hook-products-offer-module": "dev-main",
"thelia/hook-newsletter-module": "dev-main",
"thelia/carousel-module": "dev-main",
"thelia/free-order-module": "dev-main",
"thelia/thelia-migrate-country-module": "dev-main",
"thelia/hook-admin-home-module": "dev-main",
"thelia/web-profiler-module": "dev-main"
}
}