-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 940 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
32
33
34
35
36
37
38
{
"name": "havefnubb/jelixcache-module",
"type": "jelix-module",
"description": "Jelix module providing an interface to clear temp files",
"keywords": ["admin", "module", "jelix"],
"license": "LGPL-2.1-only",
"authors": [
{
"name": "FoxMask",
"email": "[email protected]",
"homepage": "http://foxmask.net",
"role": "Developer"
},
{
"name": "Laurent Jouanneau",
"email": "[email protected]",
"homepage": "https://jelix.org",
"role": "Developer"
}
],
"require": {
"php": ">=7.4"
},
"archive": {
"exclude": ["/test"]
},
"extra": {
"jelix" : {
"modules" : [
"jelixcache/"
]
},
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"minimum-stability": "stable"
}