-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
45 lines (45 loc) · 940 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name" : "avored/featured",
"description" : "AvoRed Laravel E commerce - Featured Product Module",
"keywords" : [
"framework",
"feature-product",
"cart",
"laravel",
"e commerce",
"laravel5",
"shop",
"shopping-cart",
"e-commerce",
"shopping cart",
"e commerce"
],
"license" : "MIT",
"authors" : [{
"name" : "Purvesh ",
"email" : "[email protected]"
}
],
"type" : "avored-module",
"require" : {
"php" : ">=7.1.3",
"avored/module-installer" : "1.*",
"avored/ecommerce" : "2.*"
},
"autoload" : {
"classmap" : [
"database/migrations"
],
"psr-4" : {
"AvoRed\\Featured\\" : "src/"
}
},
"homepage" : "https://www.avored.com/",
"support" : {
"email" : "[email protected]",
"issues" : "https://www.avored.com/discussion",
"forum" : "https://www.avored.com/discussion",
"wiki" : "https://www.avored.com/docs",
"source" : "https://www.github.com/avored/feature"
}
}