Add environment file for composer

This commit is contained in:
Michael RICOIS 2017-04-11 11:04:03 +02:00
parent 09c96d954a
commit 3ca56461e3
2 changed files with 29 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/.buildpath
/.project
/vendor/
/composer-develop.lock

28
composer-develop.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "scores/enrichissement",
"description": "Enrichissement",
"require": {
"zendframework/zendframework1": "^1.12",
"doctrine/dbal": "^2.5",
"guzzlehttp/guzzle": "^6.2",
"scores/library": "dev-develop"
},
"repositories": [
{
"type": "git",
"url": "git@gitlab.factory.insight.doubletrade.com:scores/library.git"
}
],
"include-path": ["library/"],
"autoload": {
"classmap": [
"application/"
]
},
"authors": [
{
"name": "Scores et Decisions",
"email": "supportdev@scores-decisions.com"
}
]
}