2015-09-25 14:38:03 +02:00
|
|
|
{
|
|
|
|
"name": "scores/extranet",
|
|
|
|
"description": "Extranet",
|
|
|
|
"require": {
|
2015-10-05 17:22:42 +02:00
|
|
|
"zendframework/zendframework1": "^1.12",
|
|
|
|
"phpoffice/phpexcel": "1.8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ccampbell/chromephp": "^4.1"
|
2015-09-25 14:38:03 +02:00
|
|
|
},
|
|
|
|
"include-path": ["library/"],
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"application/",
|
|
|
|
"library/Application/",
|
|
|
|
"library/GenCourrier/",
|
|
|
|
"library/Giant/",
|
|
|
|
"library/Infogreffe/",
|
|
|
|
"library/Scores/",
|
2015-10-27 11:57:40 +01:00
|
|
|
"library/WorldCheck/"
|
2015-09-25 14:38:03 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Scores et Decisions",
|
|
|
|
"email": "supportdev@scores-decisions.com"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|