-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·156 lines (149 loc) · 4.79 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
{
"name": "chamilo/chamilo-lms",
"description": "E-learning and collaboration software",
"type": "project",
"homepage": "http://www.chamilo.org",
"license": "GPL-3.0",
"support": {
"forum": "https://chamilo.org/forum",
"irc": "irc://irc.freenode.org/chamilo",
"source": "https://github.com/chamilo/chamilo-lms",
"docs": "https://github.com/chamilo/docs",
"issues": "https://github.com/chamilo/chamilo-lms/issues"
},
"autoload": {
"psr-4": {
"Chamilo\\": "src/Chamilo/",
"Application\\": "app/"
},
"classmap": [
"main/auth",
"main/admin",
"main/cron/lang",
"main/course_description",
"main/dropbox",
"main/exercise",
"main/gradebook/lib",
"main/lp",
"main/inc/lib",
"plugin",
"main/install",
"main/survey",
"main/inc/lib/hook"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ywarnier/iCalcreator"
},
{
"type": "vcs",
"url": "https://github.com/jmontoyaa/PHPWord"
}
],
"require": {
"php": ">=5.5",
"ext-intl": "*",
"ext-gd": "*",
"ext-curl": "*",
"ext-zlib": "*",
"ext-zip": "*",
"ext-xml": "*",
"ext-json": "*",
"ext-mbstring": "*",
"twig/twig": "1.*",
"twig/extensions": "~1.0",
"doctrine/orm": "~2.4",
"doctrine/dbal": "~2.4",
"doctrine/migrations": "~1.0@dev",
"symfony/doctrine-bridge": "~2.8",
"symfony/validator": "~2.8",
"symfony/filesystem": "~2.8",
"symfony/security": "~2.8",
"doctrine/data-fixtures": "~1.0@dev",
"knplabs/gaufrette": "~0.1.6",
"gedmo/doctrine-extensions": "~2.3",
"sonata-project/user-bundle": "~3.0",
"toin0u/digitalocean": "dev-master",
"michelf/php-markdown": "~1.4",
"sabre/vobject": "~3.1",
"emojione/emojione": "1.3.0",
"zendframework/zend-config": "2.5.1|~2.6",
"zendframework/zend-feed": "2.5.1|~2.6",
"zendframework/zend-http": "2.5.1|~2.6",
"zendframework/zend-soap": "2.5.1|~2.6",
"ezyang/htmlpurifier": "4.6.0",
"szymach/c-pchart": "2.0.4",
"aferrandini/phpqrcode": "1.0.1",
"mpdf/mpdf": "6.1.*",
"studio-42/elfinder": "2.1.*",
"jbroadway/urlify": "dev-master",
"monolog/monolog": "~1.0",
"ircmaxell/password-compat": "~1.0.4",
"sylius/attribute": "0.13.0",
"sylius/translation": "0.13.0",
"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",
"imagine/imagine": "0.6.2",
"jeroendesloovere/vcard": "^1.2",
"knplabs/doctrine-behaviors": "~1.1",
"jimmiw/php-time-ago": "^0.4.14",
"phpoffice/phpword": "^0.12.1|dev-master",
"facebook/php-sdk-v4": "~5.0",
"kigkonsult/icalcreator": "0.1.0",
"essence/essence": "2.6.1",
"pclzip/pclzip": "2.8.2",
"chamilo/chash": "dev-master",
"ircmaxell/random-lib": "^1.2",
"ocramius/proxy-manager": "~1.0|2.0.*"
},
"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"
],
"post-update-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::dumpCssFiles"
]
},
"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": "1.11.x-dev"
},
"asset-installer-paths": {
"bower-asset-library": "web/assets/"
}
},
"config": {
"component-dir": "web/assets"
}
}