forked from OneHourTranslation/API-2-Client-PHP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (27 loc) · 720 Bytes
/
composer.json
File metadata and controls
28 lines (27 loc) · 720 Bytes
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
{
"name" : "onehourtranslation/api2",
"type": "library",
"description": "PHP client library for One Hour Translation API (version 2)",
"keywords": ["one hour translation", "onehourtranslation","api","translation"],
"homepage": "https://www.onehourtranslation.com",
"authors": [
{
"name": "Oren Yagev",
"email": "oren@onehourtranslation.com"
},
{
"name": "Max Belushkin",
"email": "maxb@onehourtranslation.com"
}
],
"support": {
"email": "info@onehourtranslation.com"
},
"require": {
"php": ">=5.3.0",
"lib-curl" : "*"
},
"autoload": {
"classmap": ["lib/"]
}
}