forked from necromant2005/bigml-php-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 806 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 806 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
29
30
31
32
{
"name": "necromant2005/bigml-php-sdk",
"type": "library",
"description": "BigML php SDK",
"keywords": ["bigml", "sdk"],
"license": "MIT",
"homepage": "https://github.com/necromant2005/bigml-php-sdk",
"authors": [
{
"name": "Rostislav Mykhajliw",
"email": "necromant2005@gmail.com",
"homepage": "https://github.com/necromant2005",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"php": ">=5.3.0",
"zendframework/zend-json": "2.*",
"zendframework/zend-http": "2.*"
},
"autoload": {
"psr-0": {
"BigMl": "src/"
}
}
}