30 lines
633 B
JSON
30 lines
633 B
JSON
{
|
|
"name": "scores/extranet",
|
|
"description": "Extranet",
|
|
"require": {
|
|
"zendframework/zendframework1": "^1.12",
|
|
"phpoffice/phpexcel": "1.8.0"
|
|
},
|
|
"require-dev": {
|
|
"ccampbell/chromephp": "^4.1"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|