-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 901 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
33
34
35
36
{
"name": "dolondro/rargh",
"description": "Core of the rargh.co.uk website",
"authors": [
{
"name": "Doug",
"email": "[email protected]"
}
],
"require": {
"silktide/lazy-boy": "~2",
"symfony/security": "^3.0",
"twig/twig": "^1.23",
"symfony/twig-bridge": "^3.0",
"monolog/monolog": "^1.17",
"symfony/monolog-bridge": "^3.0",
"dolondro/cookbook": "dev-master",
"dolondro/hotstuff": "dev-master",
"symfony/console": "^3.0"
},
"autoload": {
"psr-4": {
"Dolondro\\Rargh\\": "src"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/dolondro/hotstuff"
},
{
"type": "git",
"url": "https://github.com/dolondro/cookbook"
}
]
}