34 lines
821 B
JSON
34 lines
821 B
JSON
{
|
|
"name": "scores/webservice",
|
|
"description": "Webservice API",
|
|
"require": {
|
|
"zendframework/zendframework1": "^1.12",
|
|
"geshi/geshi": "dev-master",
|
|
"league/csv": "^8.1",
|
|
"doctrine/dbal": "^2.5",
|
|
"mikehaertl/phpwkhtmltopdf": "^2.2",
|
|
"guzzlehttp/guzzle": "^6.2",
|
|
"monolog/monolog": "^1.22",
|
|
"scores/library": "dev-develop"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "git@gitlab.factory.insight.doubletrade.com:scores/library.git"
|
|
}
|
|
],
|
|
"include-path": ["library/"],
|
|
"autoload": {
|
|
"classmap": [
|
|
"application/",
|
|
"library/Application/"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Scores et Decisions",
|
|
"email": "supportdev@scores-decisions.com"
|
|
}
|
|
]
|
|
}
|