26 lines
528 B
JSON
26 lines
528 B
JSON
|
{
|
||
|
"name": "scores/extranet",
|
||
|
"description": "Extranet",
|
||
|
"require": {
|
||
|
"zendframework/zendframework1": "^1.12"
|
||
|
},
|
||
|
"include-path": ["library/"],
|
||
|
"autoload": {
|
||
|
"classmap": [
|
||
|
"application/",
|
||
|
"library/Application/",
|
||
|
"library/GenCourrier/",
|
||
|
"library/Giant/",
|
||
|
"library/Infogreffe/",
|
||
|
"library/Scores/",
|
||
|
"library/Worldcheck/"
|
||
|
]
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Scores et Decisions",
|
||
|
"email": "supportdev@scores-decisions.com"
|
||
|
}
|
||
|
]
|
||
|
}
|