-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 920 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
{
"name": "onesimus-systems/dandelion",
"description": "Web based log journal",
"version": "6.1.1",
"type": "package",
"license": "GPL-3.0+",
"homepage": "http://onesimussystems.com/dandelion",
"authors": [
{
"name": "Lee Keitel",
"email": "keitellf@gmail.com",
"homepage": "http://blog.onesimussystems.com/dandelion",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.0",
"league/plates": "3.*",
"ircmaxell/password-compat": "~1.0",
"onesimus-systems/seed-catalog": "^1.0.0",
"onesimus-systems/osrouter": "^1.0.0",
"onesimus-systems/oslogger": "^2.0.0",
"onesimus-systems/ossession": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
"autoload": {
"psr-4": {
"Dandelion\\": "app/Dandelion/"
}
}
}