2015-09-16 09:12:56 +02:00
|
|
|
{
|
|
|
|
"name": "scores/enrichissement",
|
|
|
|
"description": "Enrichissement",
|
|
|
|
"require": {
|
2016-11-23 15:35:57 +01:00
|
|
|
"zendframework/zendframework1": "^1.12",
|
2017-01-06 12:08:04 +01:00
|
|
|
"doctrine/dbal": "^2.5",
|
2017-03-31 14:45:57 +02:00
|
|
|
"guzzlehttp/guzzle": "^6.2",
|
|
|
|
"scores/library": "dev-master"
|
2015-09-16 09:12:56 +02:00
|
|
|
},
|
2017-03-31 14:45:57 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.factory.insight.doubletrade.com:scores/library.git"
|
|
|
|
}
|
|
|
|
],
|
2015-09-18 12:05:28 +02:00
|
|
|
"include-path": ["library/"],
|
2015-09-16 09:12:56 +02:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2017-03-31 14:45:57 +02:00
|
|
|
"application/"
|
2015-09-16 09:12:56 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Scores et Decisions",
|
|
|
|
"email": "supportdev@scores-decisions.com"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|