forked from jeh5256/sage-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.1 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "gofullstack/sage-lib",
"license": "MIT",
"description": "Library files for Sage Starter Theme",
"homepage": "https://github.com/gofullstack/",
"authors": [
{
"name": "QWp6t",
"email": "[email protected]",
"homepage": "https://github.com/qwp6t"
},
{
"name": "Ben Word",
"email": "[email protected]",
"homepage": "https://github.com/retlehs"
},
{
"name": "Mike Biang",
"email": "[email protected]",
"homepage": "https://github.com/gofullstack"
}
],
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/gofullstack/sage-lib/issues"
},
"autoload": {
"psr-4": {
"Roots\\Sage\\": ""
}
},
"require": {
"php": "^7.4|^8.0",
"composer/installers": "^2.0",
"illuminate/view": "^8.82",
"illuminate/config": "^8.82"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.10.0"
},
"scripts": {
"test": [
"phpcs --ignore=vendor --extensions=php --standard=PSR2 ."
]
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}