-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
33 lines (33 loc) · 982 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
{
"config": {
"vendor-dir": "htdocs/includes/vendor"
},
"repositories": {
"sphinx-search-api-php-client": {
"type": "package",
"package": {
"name": "romainneutron/sphinx-search-api-php-client",
"version": "2.0.8.1",
"source": {
"url": "https://github.com/romainneutron/Sphinx-Search-API-PHP-Client/",
"type": "git",
"reference": "origin/master"
}
}
}
},
"require": {
"phpmailer/phpmailer": "~6.5",
"ezyang/htmlpurifier":"~4.9",
"doctrine/instantiator":"1",
"simplepie/simplepie": "1.5.5",
"romainneutron/sphinx-search-api-php-client": "2.0.8.1",
"aws/aws-sdk-php": "~3.186"
},
"autoload": {
"classmap": [
"htdocs/includes/vendor/"
],
"files": ["htdocs/includes/functions.inc.php"]
}
}