forked from smartcatai/SmartCAT-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (39 loc) · 1010 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
34
35
36
37
38
39
40
{
"name": "smartcat/smartcat-api",
"description": "PHP client for SmartCAT API https://smartcat.ai/api/methods/",
"version": "1.7.3",
"type": "library",
"keywords": [
"php",
"smartcat",
"api"
],
"homepage": "https://github.com/smartcatai/SmartCAT-API",
"license": "GPL-3.0-or-later",
"support": {
"issues": "https://github.com/smartcatai/SmartCAT-API/issues"
},
"require": {
"php": ">=5.6",
"jane/open-api": "^1.2",
"php-http/socket-client": "^1.1",
"php-http/plugins": "^1.0.1",
"php-http/message": "^1.0",
"guzzlehttp/psr7": "^1.2",
"php-http/multipart-stream-builder": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.5"
},
"authors": [
{
"name": "Andrey Rybnikov",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"SmartCAT\\API\\": "src/SmartCAT/API/"
}
}
}