forked from xibosignage/xibo-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
71 lines (71 loc) · 1.78 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "xibosignage/xibo-cms",
"description": "Xibo Open Source Digital Signage",
"keywords": [
"xibo",
"digital signage",
"spring signage"
],
"homepage": "http://xibo.org.uk",
"license": "AGPLv3 or later",
"authors": [
{
"name": "Daniel Garner",
"homepage": "https://github.com/dasgarner"
},
{
"name": "Alexander Harrington",
"homepage": "https://github.com/alexharrington"
},
{
"name": "Spring Signage Ltd",
"homepage": "http://springsignage.com"
},
{
"name": "Xibo Contributors",
"homepage": "https://github.com/xibosignage/xibo/tree/master/contributors"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dasgarner/Twig-Gettext-Extractor"
}
],
"require": {
"php": ">=5.5",
"slim/slim": "~2.6",
"erusev/parsedown": "~1.5",
"league/oauth2-server": "~4.1",
"flynsarmy/slim-monolog": "~1.0",
"ezyang/htmlpurifier": "dev-master",
"sallar/jdatetime": "dev-master",
"gettext/gettext": "~3.3",
"slim/views": "0.1.*",
"twig/twig": "~1.18",
"respect/validation": "0.9.*",
"intervention/imagecache": "~2.3",
"emojione/emojione": "^1.4",
"jenssegers/date": "^3.0",
"phpmailer/phpmailer": "dev-master",
"guzzlehttp/guzzle": "~6.0",
"league/oauth2-client": "~1.0",
"james-heinrich/getid3": "^1.9",
"fguillot/picofeed": "@stable",
"xibosignage/xibo-xmr": "0.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"zircote/swagger-php": "~2.0",
"umpirsky/twig-gettext-extractor": "dev-dev-xibo-extractors",
"there4/slim-test-helpers": "dev-master"
},
"autoload": {
"psr-4": { "Xibo\\" : "lib/" }
},
"autoload-dev": {
"psr-4": {
"Xibo\\Tests\\": "tests/"
}
}
}