extranet/composer.json

35 lines
806 B
JSON
Raw Permalink Normal View History

2015-09-25 14:38:03 +02:00
{
"name": "scores/extranet",
"description": "Extranet",
"require": {
"zendframework/zendframework1": "^1.12",
2017-01-16 15:09:23 +01:00
"phpoffice/phpexcel": "1.8.0",
"spipu/html2pdf": "^4.6",
"setasign/fpdi": "^1.6",
2017-01-16 17:12:04 +01:00
"cybermonde/odtphp": "^1.7",
2017-02-10 16:54:29 +01:00
"fabpot/goutte": "^3.2",
"monolog/monolog": "^1.22"
},
"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"
}
]
}