-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 1.01 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
{
"name": "digipolisgent/robo-digipolis-helpers",
"description": "Helper to create a basic deploy flow.",
"type": "robo-tasks",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"digipolisgent/robo-digipolis-package": "^1.0",
"digipolisgent/robo-digipolis-deploy": "^2.0",
"digipolisgent/robo-digipolis-general": "^2.0",
"digipolisgent/command-builder": "^1.2.1",
"symfony/event-dispatcher": "^4.4|^5.4|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20"
},
"autoload": {
"psr-4": {
"DigipolisGent\\Robo\\Helpers\\": "src"
}
},
"license": "MIT",
"authors": [
{
"name": "Dieter Blomme",
"email": "[email protected]"
},
{
"name": "Jelle Sebreghts",
"email": "[email protected]"
},
{
"name": "Peter Decuyper",
"email": "[email protected]"
}
]
}