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.
27 lines
727 B
27 lines
727 B
{
|
|
"autoload": {
|
|
"psr-0": { "Chamilo": "src/" },
|
|
"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.*"
|
|
},
|
|
"minimum-stability": "dev"
|
|
} |