35 lines
806 B
JSON
35 lines
806 B
JSON
{
|
|
"name": "scores/extranet",
|
|
"description": "Extranet",
|
|
"require": {
|
|
"zendframework/zendframework1": "^1.12",
|
|
"phpoffice/phpexcel": "1.8.0",
|
|
"spipu/html2pdf": "^4.6",
|
|
"setasign/fpdi": "^1.6",
|
|
"cybermonde/odtphp": "^1.7",
|
|
"fabpot/goutte": "^3.2",
|
|
"monolog/monolog": "^1.22"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|