-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 926 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
{
"name": "radiergummi/anacronism",
"description": "A modular backup engine",
"homepage": "https://github.com/Radiergummi/anacronism",
"minimum-stability": "stable",
"license": "Apache-2.0",
"authors": [
{
"name": "Moritz Friedrich",
"email": "[email protected]",
"homepage": "https://github.com/Radiergummi",
"role": "Developer"
}
],
"require": {
"symfony/event-dispatcher": "3.1.*",
"lastguest/murmurhash": "^1.3",
"league/flysystem": "^1.0",
"league/flysystem-ziparchive": "^1.0",
"league/flysystem-sftp": "^1.0",
"league/flysystem-dropbox": "^1.0",
"superbalist/flysystem-google-storage": "^3.0",
"jacekbarecki/flysystem-onedrive": "^1.0",
"league/flysystem-webdav": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0"
},
"autoload": {
"psr-4": {
"Radiergummi\\Anacronism\\": "src/"
}
}
}