-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer-dbaur22.json
More file actions
52 lines (52 loc) · 1.57 KB
/
Copy pathcomposer-dbaur22.json
File metadata and controls
52 lines (52 loc) · 1.57 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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",
"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",
"tecnickcom/tc-lib-pdf":"^8.22.0",
"directorytree/imapengine":"^v1.15.5",
"phpmailer/phpmailer": "^6.10.0",
"sourcepot/php-ole-msg-parser":">=v1.2.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.7.0",
"sourcepot/match":">=v1.7.1"
},
"require-dev": {
"dbaur22/ops-reader": "*",
"dbaur22/patent-list-matcher": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/DBaur22/OPS-Reader"
},
{
"type": "vcs",
"url": "https://github.com/DBaur22/patent-list-matcher"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload":{
"psr-4":{
"SourcePot\\Datapool\\":"src\\php"
}
}
}