forked from xibosignage/xibo-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
90 lines (90 loc) · 2.35 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "xibosignage/xibo-cms",
"description": "Xibo Open Source Digital Signage",
"keywords": [
"xibo",
"digital signage",
"spring signage"
],
"homepage": "http://xibo.org.uk",
"license": "AGPL-3.0",
"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"
}
],
"config": {
"platform": {
"php": "5.6"
}
},
"require": {
"php": ">=5.5.9",
"slim/slim": "~2.6",
"erusev/parsedown": "~1.5",
"league/oauth2-server": "~4.1",
"flynsarmy/slim-monolog": "~1.0",
"ezyang/htmlpurifier": "4.9.*",
"sallar/jdatetime": "dev-master",
"gettext/gettext": "~4.0",
"slim/views": "0.1.*",
"twig/twig": "~1.18",
"respect/validation": "1.1.*",
"intervention/imagecache": "~2.3",
"emojione/emojione": "^1.4",
"jenssegers/date": "^3.0",
"phpmailer/phpmailer": "6.0.*",
"guzzlehttp/guzzle": "~6.0",
"league/oauth2-client": "~1.0",
"james-heinrich/getid3": "^1.9",
"onelogin/php-saml": "^2.10",
"fguillot/picofeed": "@stable",
"xibosignage/xibo-xmr": "0.*",
"tedivm/stash": "^0.14.1",
"akrabat/rka-slim-controller": "^2.0",
"phenx/php-font-lib": "^0.5.0",
"abraham/twitteroauth": "^0.6.4",
"symfony/event-dispatcher": "^3.1",
"illuminate/database": "5.2.*",
"illuminate/cache": "5.2.*",
"xibosignage/oauth2-xibo-cms": "^1.1",
"mtdowling/cron-expression": "^1.1",
"ralouphie/mimey": "^1.0"
},
"require-dev": {
"php": ">=7",
"phpunit/phpunit": "~5.0",
"zircote/swagger-php": "~2.0",
"umpirsky/twig-gettext-extractor": "dev-dev-xibo-extractors",
"there4/slim-test-helpers": "0.9.*",
"doctrine/instantiator": "1.0.*",
"doctrine/annotations": "1.3.*"
},
"autoload": {
"psr-4": { "Xibo\\" : "lib/", "Xibo\\Custom\\": "custom/" }
},
"autoload-dev": {
"psr-4": {
"Xibo\\Tests\\": "tests/"
}
}
}