Composer environment variables
This commit is contained in:
parent
792b92f433
commit
0563a93adf
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/.buildpath
|
/.buildpath
|
||||||
/.project
|
/.project
|
||||||
/vendor/
|
/vendor/
|
||||||
|
/composer-develop.lock
|
||||||
|
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Use develop branch of scores/library
|
||||||
|
|
||||||
|
$ COMPOSER=composer-develop.json composer install
|
33
composer-develop.json
Normal file
33
composer-develop.json
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"name": "scores/webservice",
|
||||||
|
"description": "Webservice API",
|
||||||
|
"require": {
|
||||||
|
"zendframework/zendframework1": "^1.12",
|
||||||
|
"geshi/geshi": "dev-master",
|
||||||
|
"league/csv": "^8.1",
|
||||||
|
"doctrine/dbal": "^2.5",
|
||||||
|
"mikehaertl/phpwkhtmltopdf": "^2.2",
|
||||||
|
"guzzlehttp/guzzle": "^6.2",
|
||||||
|
"monolog/monolog": "^1.22",
|
||||||
|
"scores/library": "dev-develop"
|
||||||
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@gitlab.factory.insight.doubletrade.com:scores/library.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"include-path": ["library/"],
|
||||||
|
"autoload": {
|
||||||
|
"classmap": [
|
||||||
|
"application/",
|
||||||
|
"library/Application/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Scores et Decisions",
|
||||||
|
"email": "supportdev@scores-decisions.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user