2015-09-29 12:09:23 +02:00
|
|
|
{
|
|
|
|
"name": "scores/webfiler",
|
|
|
|
"description": "Distribution des fichiers",
|
|
|
|
"require": {
|
|
|
|
"zendframework/zendframework1": "^1.12"
|
|
|
|
},
|
|
|
|
"include-path": ["library/"],
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"application/",
|
|
|
|
"library/Application/",
|
2015-09-29 18:59:45 +02:00
|
|
|
"library/Scores/"
|
2015-09-29 12:09:23 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Scores et Decisions",
|
|
|
|
"email": "supportdev@scores-decisions.com"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|