-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
41 lines (41 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
38
39
40
41
{
"name": "varspool/disque-admin-provider",
"description": "Web-based Disque administration and monitoring tool, using Silex",
"type": "library",
"require": {
"silex/silex": "~2.0",
"mariano/disque-php": "dev-master as 3.0.x-dev",
"symfony/twig-bridge": "*",
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/debug": "~3.2.4",
"symfony/browser-kit": "~3.2.4",
"symfony/twig-bridge": "~3.2.4",
"symfony/css-selector": "^3.2"
},
"license": "MIT",
"authors": [
{
"name": "Dominic Scheirlinck",
"email": "dominic@varspool.com"
}
],
"autoload": {
"psr-4": {
"Varspool\\DisqueAdmin\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev"
}
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:dominics/disque-php.git"
}
]
}