2015-08-06 18:55:51 +02:00
|
|
|
{
|
2015-09-16 17:54:32 +02:00
|
|
|
"name": "scores/webservice",
|
|
|
|
"description": "Webservice API",
|
2015-08-06 18:55:51 +02:00
|
|
|
"require": {
|
2016-01-27 18:00:04 +01:00
|
|
|
"zendframework/zendframework1": "^1.12",
|
2016-08-29 17:13:42 +02:00
|
|
|
"geshi/geshi": "dev-master",
|
2016-09-30 11:53:35 +02:00
|
|
|
"league/csv": "^8.1",
|
2016-10-03 13:37:56 +02:00
|
|
|
"doctrine/dbal": "^2.5",
|
2016-12-15 14:37:22 +01:00
|
|
|
"mikehaertl/phpwkhtmltopdf": "^2.2",
|
2017-01-31 15:41:35 +01:00
|
|
|
"guzzlehttp/guzzle": "^6.2",
|
2017-03-29 12:13:02 +02:00
|
|
|
"monolog/monolog": "^1.22",
|
|
|
|
"scores/library": "dev-master"
|
2015-09-16 17:54:32 +02:00
|
|
|
},
|
2017-03-29 12:13:02 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.factory.insight.doubletrade.com:scores/library.git"
|
|
|
|
}
|
|
|
|
],
|
2015-09-18 11:48:19 +02:00
|
|
|
"include-path": ["library/"],
|
2015-09-16 17:54:32 +02:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"application/",
|
2017-03-29 12:13:02 +02:00
|
|
|
"library/Application/"
|
2015-09-16 17:54:32 +02:00
|
|
|
]
|
2015-08-06 18:55:51 +02:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Scores et Decisions",
|
|
|
|
"email": "supportdev@scores-decisions.com"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|