forked from CloudVPS/CloudVPS-Boss
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 856 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 856 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": "creamcloud/backup",
"description": "Cream Cloud Backup - Restic wrapper to back up to OpenStack Object Store",
"type": "project",
"license": "GPL-2.0-or-later",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"symfony/console": "^7.4",
"symfony/dotenv": "^7.4",
"symfony/yaml": "^7.4",
"symfony/config": "^7.4",
"symfony/dependency-injection": "^7.4",
"symfony/event-dispatcher": "^7.4",
"symfony/process": "^7.4",
"symfony/mailer": "^7.4",
"symfony/filesystem": "^7.4"
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"bin": [
"bin/creamcloud-backup"
]
}