-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.27 KB
/
Copy pathcomposer.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "nhanchaukp/laracart",
"description": "Enhanced Laravel shopping cart package with multiple storage drivers",
"keywords": [
"laravel",
"laravel cart",
"laravel shopping cart",
"laracart",
"shopping",
"laravel shopping"
],
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"NhanChauKP\\LaraCart\\": "src/"
}
},
"authors": [
{
"name": "nhanchaukp",
"email": "nhanchauthai@gmail.com",
"website": "https://github.com/nhanchaukp",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/nhanchaukp/laracart/issues",
"source": "https://github.com/nhanchaukp/laracart"
},
"require": {
"php": "^8.1",
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"illuminate/database": "^10.0|^11.0|^12.0|^13.0"
},
"extra": {
"laravel": {
"providers": [
"NhanChauKP\\LaraCart\\Providers\\LaraCartServiceProvider"
],
"aliases": {
"LaraCart": "NhanChauKP\\LaraCart\\Facades\\LaraCart"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}