-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.17 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.17 KB
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
{
"name":"sourcepot/datapool",
"type":"library",
"description":"The Datapool PHP framework",
"keywords":["UNYCOM","SAP","lists","spreadsheets","No-Code"],
"homepage":"https://datapool.info",
"license":"AGPL-3.0-or-later",
"authors":[{"name":"Carsten Wallenhauer","email":"admin@datapool.info"}],
"require":{
"php":"^8.0",
"phpoffice/phpspreadsheet":">=2.2.1",
"hfig/mapi":">=v1.4.2",
"michelf/php-markdown":"^2.0.0",
"monolog/monolog":"^3.5.0",
"psr/log":"^3",
"smalot/pdfparser":"^v2.7.0",
"guzzlehttp/guzzle":"^7.0",
"spatie/pdf-to-text":"^1.52.0",
"horstoeko/zugferd":"^1",
"directorytree/imapengine":"^v1.15.5",
"phpmailer/phpmailer": "^6.10.0",
"sourcepot/ops":"^v1.3.0",
"sourcepot/mediaplayer":"^v4.3.1",
"sourcepot/sms":"^v2.4.3",
"sourcepot/checkentries":"^v1.5.0",
"sourcepot/statistic":"^v1.1.0",
"sourcepot/bankholidays":"^v2.2.0",
"sourcepot/asset":"^v2.3.0",
"sourcepot/match":"^v1.6.4"
},
"autoload":{
"psr-4":{
"SourcePot\\Datapool\\":"src\\php"
}
}
}