23 lines
444 B
JSON
23 lines
444 B
JSON
{
|
|
"name": "scores/batch",
|
|
"description": "batch",
|
|
"require": {
|
|
"zendframework/zendframework1": "^1.12"
|
|
},
|
|
"include-path": ["library/"],
|
|
"autoload": {
|
|
"classmap": [
|
|
"application/",
|
|
"library/Application/",
|
|
"library/Metier/",
|
|
"library/Scores/"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Scores et Decisions",
|
|
"email": "supportdev@scores-decisions.com"
|
|
}
|
|
]
|
|
}
|