forked from phrest/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 849 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 849 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
{
"name": "phrest/sdk",
"type": "library",
"description": "REST API SDK Package for Phalcon PHP for use with https://github.com/phrest/api",
"keywords": ["phalcon", "rest", "api", "api first", "apigee", "sdk", "sdk generator"],
"homepage": "https://github.com/phrest/sdk",
"license": "MIT",
"authors": [
{
"name": "Phrest",
"homepage": "https://github.com/phrest"
}
],
"autoload": {
"psr-4": {
"Phrest\\SDK\\": "src/"
}
},
"require": {
"ext-yaml": "*",
"phrest/api": "dev-master#271d604f332cbd3ef0dc8593ea0904fee0a42a84",
"guzzlehttp/guzzle": "5.3.3",
"phalcon/incubator": "1.3.0.*@dev"
},
"require-dev": {
"digitronac/phalcon-ide-stubs": "1.3.0",
"zendframework/zend-code": "dev-master",
"nikic/php-parser": "^2.0"
}
}