-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
35 lines (35 loc) · 834 Bytes
/
composer.json
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
33
34
35
{
"name": "kamilz/b2backblaze",
"description": "PHP5 library that provides an API for B2 Cloud Storage",
"keywords": ["api", "b2", "file", "php", "storage"],
"minimum-stability": "dev",
"homepage": "https://github.com/kamilZ",
"license": "MIT",
"authors": [
{
"name": "Kamil Zabdyr",
"email": "kamilzabdyr@gmail.com",
"homepage": "https://github.com/kamilZ"
},
{
"name": "The contributors",
"homepage": "http://github.com/kamilZ/B2Backblaze/contributors"
}
],
"require": {
"php": ">=5.3.2",
"kriswallsmith/buzz": ">= 0.15"
},
"suggest": {
"kamilz/b2backblaze-bundle": "to use with Symfony2",
"ext-curl": "*"
},
"autoload": {
"psr-0": { "B2Backblaze": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
}
}