-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 934 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
{
"name": "sikessem/static",
"description": "🌐 SIKessEm Public Static Content",
"license": "GPL-3.0",
"keywords": [
"static-files"
],
"homepage": "https://packagist.com/packages/sikessem/static",
"support": {
"docs": "https://github.com/sikessem/static#readme",
"source": "https://github.com/sikessem/static",
"wiki": "https://github.com/sikessem/static/wiki",
"issues": "https://github.com/sikessem/static/issues",
"chat": "https://github.com/sikessem/static/discussions"
},
"authors": [{
"name": "SIGUI Kessé Emmanuel",
"email": "ske@sikessem.com",
"homepage": "https://sikessem.com",
"role": "Developer"
}],
"require": {
"php": "^8.0.22"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}