Add environment file for composer

This commit is contained in:
Michael RICOIS 2017-04-11 11:06:23 +02:00
parent cc9d78c657
commit c3eef8b96b
2 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View File

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

26
composer-develop.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "scores/batch",
"description": "batch",
"require": {
"zendframework/zendframework1": "^1.12",
"doctrine/dbal": "^2.5",
"league/csv": "^8.1",
"guzzlehttp/guzzle": "^6.2",
"monolog/monolog": "^1.22"
},
"include-path": ["library/"],
"autoload": {
"classmap": [
"application/",
"library/Application/",
"library/Metier/",
"library/Scores/"
]
},
"authors": [
{
"name": "Scores et Decisions",
"email": "supportdev@scores-decisions.com"
}
]
}