forked from chamilo/chamilo-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·232 lines (213 loc) · 8.43 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"name": "chamilo/chamilo-lms",
"description": "E-learning and collaboration software",
"type": "project",
"homepage": "http://www.chamilo.org",
"license": "GPL-3.0",
"support": {
"forum": "http://www.chamilo.org/forum",
"irc": "irc://irc.freenode.org/chamilo",
"source": "https://github.com/chamilo/chamilo-lms",
"docs": "https://github.com/chamilo/docs",
"issues": "https://support.chamilo.org/projects/chamilo-18"
},
"autoload": {
"psr-4": {
"Chamilo\\": "src/Chamilo/",
"Application\\": "app/"
},
"classmap": [
"main/auth",
"main/admin",
"main/cron/lang",
"main/course_description",
"main/dropbox",
"main/exercice",
"main/gradebook/lib",
"main/newscorm",
"main/inc/lib",
"plugin",
"main/inc/lib/getid3",
"main/survey",
"main/inc/lib/hook"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jmontoyaa/MigrationBundle.git"
}
],
"require": {
"php": ">=5.4",
"ext-intl": "*",
"ext-gd": "*",
"ext-curl": "*",
"ext-zlib": "*",
"ext-xml": "*",
"ext-json": "*",
"ext-mbstring": "*",
"twig/twig": "1.*",
"twig/extensions": "~1.0",
"symfony/symfony": ">=2.8",
"symfony/intl": "^3.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~5.0",
"sensio/framework-extra-bundle": "^3.0.2",
"sensio/generator-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.0",
"jms/serializer-bundle": "~0.12",
"doctrine/orm": "~2.4",
"doctrine/dbal": "~2.4",
"doctrine/doctrine-bundle": "~1.5",
"doctrine/doctrine-migrations-bundle": "*@dev",
"doctrine/migrations": "~1.0@dev",
"doctrine/doctrine-fixtures-bundle": "^2.3",
"doctrine/data-fixtures": "~1.0@dev",
"symfony-cmf/routing-bundle": "~1.1",
"knplabs/gaufrette": "~0.1.6",
"knplabs/knp-menu-bundle": "dev-master",
"michelf/php-markdown": "~1.4",
"knplabs/knp-markdown-bundle": "~1.3",
"sylius/settings-bundle": "dev-master",
"sylius/attribute-bundle": "dev-master",
"sylius/attribute": "dev-master",
"sylius/registry": "dev-master",
"sylius/translation": "dev-master",
"sylius/flow-bundle": "~0.1",
"sylius/resource-bundle": "dev-master",
"sylius/resource": "dev-master",
"sylius/storage": "dev-master",
"willdurand/faker-bundle": "~1.0",
"sabre/vobject": "~3.1",
"toin0u/digitalocean": "~1.4",
"emojione/emojione": "1.3.0",
"zendframework/zend-config": "~2.6",
"zendframework/zend-feed": "~2.7",
"zendframework/zend-http": "^2.5",
"zendframework/zend-filter": "~2.5",
"zendframework/zend-permissions-acl": "~2.3",
"ezyang/htmlpurifier": "4.6.0",
"szymach/c-pchart": "1.*",
"aferrandini/phpqrcode": "1.0.1",
"mpdf/mpdf": "5.7.4",
"jbroadway/urlify": "1.0.3-stable",
"ircmaxell/password-compat": "~1.0.4",
"gedmo/doctrine-extensions": "~2.3",
"sp/bower-bundle": "dev-master",
"jmontoyaa/migration-bundle":"dev-master",
"sonata-project/easy-extends-bundle": "~2.1@dev",
"sonata-project/seo-bundle": "~2.0",
"sonata-project/doctrine-extensions": "~1@dev",
"sonata-project/intl-bundle": "~2.2@dev",
"sonata-project/admin-bundle": "dev-master as 2.4",
"sonata-project/doctrine-orm-admin-bundle": "dev-master as 2.4",
"sonata-project/notification-bundle": "~2.2@dev",
"sonata-project/block-bundle": "~2.3@dev",
"sonata-project/media-bundle": "~2.4@dev",
"sonata-project/user-bundle": "~2.2@dev",
"sonata-project/cache-bundle": "~2.1@dev",
"sonata-project/cache": "~1.0@dev",
"sonata-project/page-bundle": "dev-master",
"sonata-project/core-bundle": "2.3.x-dev",
"sonata-project/formatter-bundle": "~2.4@dev",
"sonata-project/news-bundle": "~2.3@dev",
"sonata-project/datagrid-bundle": "~2.2@dev",
"sonata-project/exporter": "~1.3@dev",
"sonata-project/timeline-bundle": "~2.3@dev",
"sonata-project/classification-bundle": "~2.3@dev",
"sonata-project/comment-bundle": "~2.2@dev",
"sonata-project/sonata-composer": "dev-master",
"friendsofsymfony/comment-bundle": "~2.0@dev",
"mopa/bootstrap-bundle": "~3.0",
"twbs/bootstrap": "v3.0.0",
"liip/theme-bundle": "~1.3",
"liip/imagine-bundle": "~0.20",
"egeloen/ckeditor-bundle": "~3.0",
"helios-ag/fm-elfinder-bundle": "~6.0",
"friendsofsymfony/jsrouting-bundle": "~1.5",
"simplethings/entity-audit-bundle": "^0.9.0",
"ramsey/array_column": "~1.1",
"patchwork/utf8": "~1.2",
"ddeboer/data-import": "@stable",
"phpoffice/phpexcel": "~1.8",
"webit/eval-math": "dev-master",
"clue/graph": "~0.9.0",
"graphp/graphviz": "~0.2.0",
"graphp/algorithms": "~0.8.0",
"sunra/php-simple-html-dom-parser": "~1.5.0",
"media-alchemyst/media-alchemyst": "~0.5",
"php-ffmpeg/php-ffmpeg": "0.5.1",
"essence/essence": "^2.5",
"jeroendesloovere/vcard": "^1.2",
"stof/doctrine-extensions-bundle": "~1.0",
"alchemy/zippy": "^0.2.1",
"hwi/oauth-bundle": "^0.4.0",
"genemu/form-bundle": "2.2.*",
"oneup/flysystem-bundle": "@stable",
"intervention/image": "^2.3",
"apy/datagrid-bundle": "^2.2",
"stephpy/timeline-bundle": "~2.0",
"lunetics/locale-bundle": "^2.4",
"gregwar/captcha-bundle": "^2.0",
"ornicar/gravatar-bundle": "^1.1",
"a2lix/translation-form-bundle": "~2.0",
"knplabs/doctrine-behaviors": "~1.1",
"jimmiw/php-time-ago": "^0.4.11",
"phpoffice/phpword": "^0.12.1"
},
"require-dev": {
"behat/behat": "@stable",
"behat/mink": "@stable",
"behat/mink-extension": "*",
"behat/mink-goutte-driver": "*",
"behat/mink-selenium2-driver": "*"
},
"scripts": {
"pre-install-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::deleteOldFilesFrom19x"
],
"pre-update-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::deleteOldFilesFrom19x"
],
"post-install-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::dumpCssFiles",
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-update-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::dumpCssFiles",
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
]
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-web-dir": "web",
"symfony-tests-dir": "tests",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"asset-installer-paths": {
"bower-asset-library": "web/assets/"
}
},
"config": {
"component-dir": "web/assets"
}
}