-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.11 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
42
43
{
"name": "metaphrase/php-sdk",
"description": "PHP SDK for metaphrase service",
"license": "LGPL-2.1",
"type": "library",
"keywords": [
"localization", "translation", "globalization"
],
"homepage": "https://translate.nohponex.gr",
"authors": [
{
"name": "Xenophon Spafaridis",
"email": "[email protected]",
"homepage": "https://nohponex.gr",
"role" : "Developer"
}
],
"support": {
"issues": "https://github.com/metaphrase/php-sdk/issues",
"source": "https://github.com/metaphrase/php-sdk/"
},
"autoload": {
"psr-4": {
"metaphrase\\": "src/metaphrase"
}
},
"require": {
"php": ">=5.5",
"lib-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpunit/phpunit-skeleton-generator": "*",
"squizlabs/php_codesniffer": "2.*"
},
"archive": {
"exclude": [
"demo/", "test/", "/*.test", "tests", "demo.php", "build/"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}