-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.05 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
38
39
40
41
{
"name": "yalesites-org/dropai",
"description": "Transform Drupal websites into AI-powered platforms",
"type": "drupal-module",
"authors": [
{
"name": "nJim",
"email": "[email protected]"
},
{
"name": "codechefmarc",
"email": "[email protected]"
},
{
"name": "edwtorba",
"email": "[email protected]"
},
{
"name": "mikeethedude",
"email": "[email protected]"
},
{
"name": "#laura-johnson",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"html2text/html2text": "^4.3",
"yethee/tiktoken": "^0.5.0",
"league/html-to-markdown": "^5.1",
"phpoffice/phppresentation": "^1.0",
"phpoffice/phpword": "^1.2",
"smalot/pdfparser": "^2.10"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}