-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
43 lines (43 loc) · 1.14 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
43
{
"name": "digipolisgent/robo-digipolis-deploy",
"description": "Deploy tasks for Robo Task Runner",
"type": "robo-tasks",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"consolidation/robo": "^3.0 || ^4.0",
"phpseclib/phpseclib": "^3.0",
"district09/backup-manager": "^4.0",
"gordalina/cachetool": "^8.0 || ^9.0",
"digipolisgent/command-builder": "^1.2",
"digipolisgent/robo-digipolis-general": "^2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20"
},
"autoload": {
"psr-4": {
"DigipolisGent\\Robo\\Task\\Deploy\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"DigipolisGent\\Tests\\Robo\\Task\\Deploy\\": "tests"
}
},
"license": "MIT",
"authors": [
{
"name": "Dieter Blomme",
"email": "dieterblomme@gmail.com"
},
{
"name": "Jelle Sebreghts",
"email": "sebreghts.jelle@gmail.com"
},
{
"name": "Peter Decuyper",
"email": "peter.decuyper@digipolis.gent"
}
]
}