-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
executable file
·110 lines (110 loc) · 3.68 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "weareathlon/silla.io",
"type": "project",
"description": "The Silla.IO Application Development Framework.",
"keywords": ["framework", "silla.io", "cms"],
"homepage": "http://silla.io/",
"license": "GPL-3.0",
"authors": [
{
"name": "Plamen Nikolov",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Kalin Stefanov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Krum Motsov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Rozaliya Stoilova",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Delyan Mihaylov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Aleksandar Krastev",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Silla.IO Community",
"homepage": "https://github.com/WeAreAthlon/silla.io/graphs/contributors"
}
],
"support": {
"source": "https://github.com/WeAreAthlon/silla.io",
"issues": "https://github.com/WeAreAthlon/silla.io/issues",
"wiki": "https://github.com/WeAreAthlon/silla.io/wiki"
},
"repositories" : [
],
"require": {
"php" : ">=5.3.7",
"ext-curl" : "*",
"ext-fileinfo" : "*",
"ext-gd" : "*",
"ext-json" : "*",
"ext-mbstring" : "*",
"ext-PDO" : "*",
"smarty/smarty" : "v3.1.33",
"phpmailer/phpmailer" : "v5.2.26",
"mustangostang/spyc" : "0.6.2",
"imagine/imagine" : "v0.7.1",
"tecnickcom/tcpdf" : "6.2.17",
"recaptcha/php5" : "2.0.0",
"kriswallsmith/assetic" : "1.4.0",
"lmammino/jsmin4assetic": "1.0.0",
"natxet/CssMin" : "v3.0.6",
"icanboogie/inflector" : "*",
"erusev/parsedown" : "1.7.1",
"components/jquery" : "1.12.4",
"components/bootstrap" : "3.3.7",
"drmonty/ekko-lightbox" : "5.3.0",
"pnikolov/bootstrap-chosen" : "1.5.1",
"pnikolov/bootstrap-daterangepicker" : "*",
"pnikolov/bootbox" : "4.4.0",
"pnikolov/bootstrap-maxlength" : "1.7.0",
"pnikolov/jquery-serialize-object": "2.5.0",
"pnikolov/spin.js" : "2.3.2",
"itsjavi/bootstrap-colorpicker": "2.5.2",
"eonasdan/bootstrap-datetimepicker": "4.17.47",
"afarkas/html5shiv" : "3.7.3",
"rogeriopradoj/respond" : "1.4.2"
},
"require-dev": {
"phpunit/phpunit" : "4.8.35",
"php-mock/php-mock-phpunit" : "0.2",
"eloquent/phpunit-extensions": "@stable",
"phploc/phploc" : "@stable",
"sebastian/phpcpd" : "@stable",
"pdepend/pdepend" : "@stable",
"phpmd/phpmd" : "@stable",
"apigen/apigen" : "v4.1.2",
"mikey179/vfsStream" : "1.*",
"jakub-onderka/php-parallel-lint" : "@stable",
"squizlabs/php_codesniffer" : "2.9.0",
"predis/predis" : "1.1.*@dev"
},
"suggest": {
"predis/predis" : "1.1.*@dev",
"leafo/lessphp" : "v0.5.0",
"leafo/scssphp" : "v0.6.6"
},
"config": {
"preferred-install": "dist",
"component-dir": "vendor/components"
},
"bin": [
"silla"
]
}