Chamilo is a learning management system focused on ease of use and accessibility
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.
chamilo-lms/composer.json

31 lines
845 B

{
"autoload": {
"psr-0": {
"Chamilo": "src/",
"Entity" : "main/inc/"
},
"classmap": [
"main/auth",
"main/admin",
"main/cron/lang",
"main/coursecopy",
"main/exercice",
"main/gradebook/lib",
"main/newscorm",
"main/inc/lib",
"main/install",
"main/inc/lib/getid3",
"main/survey"
]
},
"require": {
"php": ">=5.3.2",
"silex/silex" : "1.0.*",
"twig/twig" : ">=1.8,<2.0-dev",
"monolog/monolog" : ">=1.0.0",
"symfony/config" : "2.1.*",
"symfony/yaml" : "2.1.*",
"dflydev/doctrine-orm-service-provider": "1.0.*@dev"
},
"minimum-stability": "dev"
}