-
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) · 906 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 906 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": "snaptier/client",
"description": "PHP client for the Snaptier API",
"keywords": ["snaptier", "snaptier api", "Snaptier API", "SnaptierAPI", "Snaptier", "Snaptier Client", "Bitbucket API Client"],
"license": "MIT",
"authors": [
{
"name": "Miguel Piedrafita",
"email": "miguel@snaptier.co"
}
],
"require": {
"php": "^7.1.3",
"graham-campbell/cache-plugin": "^1.0",
"psr/http-message": "^1.0",
"psr/cache": "^1.0",
"php-http/httplug": "^1.1",
"php-http/discovery": "^1.4",
"php-http/client-implementation": "^1.0",
"php-http/client-common": "^1.7"
},
"autoload": {
"psr-4": {
"Snaptier\\API\\": "src/"
}
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true
}