forked from xibosignage/xibo-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
95 lines (95 loc) · 2.5 KB
/
composer.json
File metadata and controls
95 lines (95 loc) · 2.5 KB
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
91
92
93
94
95
{
"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": "Xibo Signage Ltd",
"homepage": "https://xibo.org.uk"
},
{
"name": "Xibo Contributors",
"homepage": "https://github.com/xibosignage/xibo/tree/master/contributors"
}
],
"config": {
"platform": {
"php": "7",
"ext-zmq": "1",
"ext-mongodb": "1.5.0"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7",
"ext-pdo": "*",
"ext-json": "*",
"ext-zip": "*",
"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": "2.2.*",
"james-heinrich/getid3": "^1.9",
"onelogin/php-saml": "3.0.0.x-dev",
"infostars/picofeed": "dev-master",
"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": "dev-feature/2.1",
"mtdowling/cron-expression": "^1.1",
"ralouphie/mimey": "^1.0",
"robmorgan/phinx": "^0.9.2",
"johngrogg/ics-parser": "^2.1",
"phpseclib/mcrypt_compat": "^1.0",
"psr/log": "1.1.*",
"mongodb/mongodb": "^1.4",
"apereo/phpcas": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "^5",
"zircote/swagger-php": "^2",
"there4/slim-test-helpers": "0.9.*",
"doctrine/instantiator": "1.0.*",
"doctrine/annotations": "^1"
},
"autoload": {
"psr-4": { "Xibo\\" : "lib/", "Xibo\\Custom\\": "custom/" }
},
"autoload-dev": {
"psr-4": {
"Xibo\\Tests\\": "tests/"
}
}
}