You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
44 lines
1.2 KiB
{
|
|
"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"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"main/auth",
|
|
"main/admin",
|
|
"main/cron/lang",
|
|
"main/coursecopy",
|
|
"main/exercice",
|
|
"main/gradebook/lib",
|
|
"main/newscorm",
|
|
"main/inc/lib",
|
|
"plugin",
|
|
"main/install",
|
|
"main/inc/lib/getid3",
|
|
"main/survey"
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"php-ffmpeg/php-ffmpeg": "0.3.x-dev@dev",
|
|
"sabre/vobject": "~3.1",
|
|
"toin0u/digitalocean": "~1.4",
|
|
"twig/twig": "1.*",
|
|
"michelf/php-markdown": "1.4.1",
|
|
"emojione/emojione": "1.3.0",
|
|
"zendframework/zend-config": "2.3.3",
|
|
"ezyang/htmlpurifier": "4.6.0",
|
|
"aferrandini/phpqrcode": "1.0.1"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10.x-dev"
|
|
}
|
|
}
|
|
}
|
|
|