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/vendor/igorw/config-service-provider/composer.json

34 lines
770 B

{
"name": "igorw/config-service-provider",
12 years ago
"description": "A JSON/Yaml-based config ServiceProvider for Silex.",
"keywords": ["silex"],
"license": "MIT",
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Contributors",
"homepage": "https://github.com/igorw/ConfigServiceProvider/contributors"
}
],
"require": {
"silex/silex": "1.0.*@dev"
},
"require-dev": {
12 years ago
"symfony/yaml": "2.1.*@dev"
},
"suggest": {
12 years ago
"symfony/yaml": "2.1.*"
},
"autoload": {
"psr-0": { "Igorw\\Silex": "src" }
},
"extra": {
"branch-alias": {
12 years ago
"dev-master": "1.0"
}
}
}