-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
94 lines (94 loc) · 3.28 KB
/
composer.json
File metadata and controls
94 lines (94 loc) · 3.28 KB
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
{
"name": "royalphp/sylius-bootstrap-theme",
"description": "Minimalist theme for Sylius projects using Bootstrap css-framework and tools like Sass and Typescript.",
"keywords": [
"royalphp",
"sylius",
"sylius-theme",
"bootstrap"
],
"type": "sylius-theme",
"license": "MIT",
"prefer-stable": true,
"minimum-stability": "dev",
"authors": [
{
"name": "RoyalPHP",
"email": "royalphpofficial@gmail.com"
}
],
"require": {
"php": "^8.0",
"sylius/sylius": "^1.12",
"sylius/theme-bundle": "^2.3",
"symfony/webpack-encore-bundle": "^1.15"
},
"extra": {
"sylius-theme": {
"title": "SyliusBootstrapTheme",
"authors": [
{
"name": "RoyalPHP",
"email": "royalphpofficial@gmail.com"
}
],
"screenshots": [
{
"path": "docs/media/page_homepage.webp",
"title": "Homepage",
"description": "Home page of the customer's shop."
},
{
"path": "docs/media/page_cart.webp",
"title": "Cart",
"description": "Customer shopping cart page."
},
{
"path": "docs/media/page_checkout.webp",
"title": "Checkout",
"description": "Customer checkout page."
},
{
"path": "docs/media/page_products.webp",
"title": "Products",
"description": "List of products for customers."
},
{
"path": "docs/media/page_product.webp",
"title": "Product",
"description": "Product page for customers."
},
{
"path": "docs/media/page_product_reviews.webp",
"title": "Product reviews",
"description": "List of product reviews."
},
{
"path": "docs/media/page_account_profile.webp",
"title": "Account profile",
"description": "Customer profile page."
},
{
"path": "docs/media/page_account_address.webp",
"title": "Account address",
"description": "List of customer addresses"
},
{
"path": "docs/media/page_account_orders.webp",
"title": "Account orders",
"description": "Customer order history page."
},
{
"path": "docs/media/page_account_order.webp",
"title": "Account order",
"description": "Detailed information on the customer's order."
},
{
"path": "docs/media/page_account_product_demonstrations.webp",
"title": "Account product demonstrations",
"description": "List of demo products."
}
]
}
}
}