-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.05 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
{
"name": "ends/ends",
"description": "A powerful tool to make HTML, CSS and JavaScript in a very simple way from a PHP script",
"license": "Apache-2.0",
"keywords": [
"ends",
"script",
"style",
"html",
"sass",
"scss",
"css",
"website",
"web page",
"homepage",
"sikessem",
"ske"
],
"authors": [{
"name": "SIGUI Kessé Emmanuel",
"homepage": "https://about.sikessem.com",
"email": "developer@sikessem.com",
"role": "Developer"
}],
"support": {
"source": "https://github.com/SIKessEm/Ends",
"issues": "https://github.com/SIKessEm/Ends/issues"
},
"require": {
"php": ">=8.0"
},
"autoload": {
"psr-4": {
"Ends\\": "src/main/"
}
},
"config": {
"web-dir": "client",
"vendor-dir": "php_packages",
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}