-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 861 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
{
"name": "hmillet/backup-commands-bundle",
"type": "symfony-bundle",
"description": "Provides backup commands for your Symfony application, with the ability to push backup files to a dropbox",
"keywords": ["database", "mysql", "doctrine", "backup", "dropbox"],
"homepage": "https://github.com/hmillet/backupcommands",
"license": "MIT",
"authors": [
{
"name": "Hervé Millet",
"email": "hmillet@gmail.com"
},
{
"name": "Fabio Fabbrucci",
"email": "fabio.fabbrucci@gmail.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=3.0",
"kunalvarma05/dropbox-php-sdk": "^0.2.0"
},
"autoload": {
"psr-0": { "Hmillet\\BackupCommandsBundle": "" }
},
"target-dir" : "Hmillet/BackupCommandsBundle"
}