Add environment file for composer
This commit is contained in:
parent
09c96d954a
commit
3ca56461e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/.buildpath
|
||||
/.project
|
||||
/vendor/
|
||||
/composer-develop.lock
|
||||
|
28
composer-develop.json
Normal file
28
composer-develop.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user