-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 845 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 845 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
{
"name": "mtrdesign/cottoncart-api-php-client",
"type": "library",
"description": "The Cotton Cart API Client Library enables you to work with Cotton Cart APIs on your server. This library supports JSON an API output format.",
"keywords": ["cotton cart", "api client"],
"homepage": "https://github.com/mtrdesign/cottoncart-api-php-client",
"support": {
"issues": "https://github.com/mtrdesign/cottoncart-api-php-client/issues",
"source": "https://github.com/mtrdesign/cottoncart-api-php-client"
},
"license": "MIT",
"authors": [
{
"name": "MTR Design",
"homepage": "http://mtr-design.com/",
"email": "office@mtr-design.co.uk",
"role": "Maintainer"
}
],
"autoload": {
"psr-4": {
"CottonCart\\": "src/"
}
},
"require": {
"php": ">=5.3.2",
"ext-curl": "*"
}
}