add composer.json
This commit is contained in:
commit
9405eb27ff
31
composer.json
Normal file
31
composer.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "scores/library",
|
||||
"description": "library",
|
||||
"require": {
|
||||
"zendframework/zendframework1": "^1.12",
|
||||
"tecnickcom/tcpdf": "^6.2",
|
||||
"mtdowling/cron-expression": "^1.1",
|
||||
"league/csv": "^8.1",
|
||||
"setasign/fpdi": "^1.6",
|
||||
"guzzlehttp/guzzle": "^6.2",
|
||||
"doctrine/dbal": "^2.5",
|
||||
"cybermonde/odtphp": "^1.7",
|
||||
"monolog/monolog": "^1.22",
|
||||
"scores/partner": "dev-master"
|
||||
},
|
||||
"include-path": ["library/"],
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"application/",
|
||||
"library/Application/",
|
||||
"library/Metier/",
|
||||
"library/Scores/"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Scores et Decisions",
|
||||
"email": "supportdev@scores-decisions.com"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user