forked from L3l0Labs/PhotoArchive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.08 KB
/
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
36
37
38
39
40
41
42
{
"name": "cocoders/file-archive",
"description": "File archive project for backup pictures and other files in the clouds",
"autoload": {
"psr-4": {"Cocoders\\": "src/Cocoders/"}
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"behat/behat": "3.0.*",
"phpspec/phpspec": "2.0.*@dev",
"phpunit/phpunit": "~4.0.7",
"knplabs/gaufrette": "0.2.*@dev",
"mikey179/vfsStream": "1.4.*@dev"
},
"config": {
"bin-dir": "bin"
},
"suggest": {
"knplabs/gaufrette": "to use GaufretteFileSource"
},
"authors": [
{
"name": "Cocoders team",
"homepage": "http://cocoders.com"
},
{
"name": "Michał \"Omen\" Kozłowski",
"homepage": "http://github.com/omenrpg"
},
{
"name": "Robert Stepnowski",
"homepage": "http://github.com/meph87"
},
{
"name": "Kamil Piechaczek",
"homepage": "http://github.com/pomek"
}
],
"license": "MIT"
}