-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.06 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
39
40
{
"name": "ofcold/platform",
"description": "Powerful e-commerce platform.",
"type": "project",
"authors": [
{
"name": "Ofcold Team",
"email": "[email protected]",
"homepage": "https://ofcold.com"
},
{
"name": "Olivia Fu",
"email": "[email protected]",
"homepage": "https://olivia.ink"
},
{
"name": "Bill",
"email": "[email protected]",
"homepage": "https://artisanbill.com",
"role": "developer"
}
],
"require": {
"php": "^7.2",
"ext-mbstring": "*",
"ext-openssl": "*",
"ofcold-platform/fields": "^1.0",
"ofcold-platform/extensions": "^1.0",
"ofcold-platform/module": "^1.0",
"ofcold-platform/core": "^1.0",
"ofcold-platform/admin": "^1.0"
},
"config": {
"bin-dir": "bin",
"sort-packages": true,
"preferred-install": "dist",
"optimize-autoloader": true
},
"prefer-stable": true
}