forked from 3scale-labs/3scale_ws_api_for_php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 707 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "3scale/3scale_ws_api_for_php",
"description": "Client for 3scale web service management system API",
"keywords": ["3scale", "ThreeScale", "api", "management"],
"type": "library",
"homepage" : "https://support.3scale.net/libraries",
"support": {
"email": "support@3scale.net",
"issues": "https://github.com/3scale/3scale_ws_api_for_php/issues",
"source": "https://github.com/3scale/3scale_ws_api_for_php"
},
"require": {
"php": ">=5.3"
},
"license": "MIT",
"autoload": {
"psr-0": {
"ThreeScaleClient": "lib/" ,
"ThreeScaleResponse": "lib/" ,
"3ScaleClient": "lib/"
}
}
}