-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
37 lines (37 loc) · 1.03 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
{
"name": "adlerweb/adar",
"type": "project",
"description": "AdAr - Another dumb Archive - Document archiving solution",
"keywords": ["archive", "DMS", "PDF", "OCR"],
"homepage": "https://github.com/adlerweb/adar",
"license": "GPL-3.0",
"authors": [
{
"name": "Florian Knodt",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/adlerweb/adar/issues"
},
"require": {
"php": ">=7.0",
"smarty/smarty": "4.3.*",
"adlerweb/calender-date-input": "dev-master",
"pixabay/jquery-tageditor": "dev-master",
"adlerweb/awtools": "0.2.*",
"koala-framework/library-silkicons": "1.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/adlerweb/calendarDateInput"
},{
"type": "vcs",
"url": "https://github.com/adlerweb/jQuery-tagEditor"
},{
"type": "vcs",
"url": "https://github.com/adlerweb/awtools"
}
]
}