35 lines
645 B
JSON
35 lines
645 B
JSON
{
|
|
"name" : "scores/library",
|
|
"description" : "library",
|
|
"authors" : [
|
|
{
|
|
"name" : "Scores et Decisions",
|
|
"email" : "supportdev@scores-decisions.com"
|
|
}
|
|
],
|
|
"require" : {
|
|
"zendframework/zendframework1" : "^1.12",
|
|
"doctrine/dbal" : "^2.5",
|
|
"monolog/monolog" : "^1.22"
|
|
},
|
|
"require-dev" : {
|
|
"phpunit/phpunit" : "^4.8",
|
|
"squizlabs/php_codesniffer" : "2.*"
|
|
},
|
|
"include-path" : [
|
|
"src/"
|
|
],
|
|
"autoload" : {
|
|
"classmap" : [
|
|
"src/Metier/",
|
|
"src/Scores/"
|
|
]
|
|
},
|
|
"bin" : [
|
|
"bin/library-cache.php",
|
|
"bin/library-log.php",
|
|
"bin/library-ratios.php",
|
|
"bin/library-ratiosload.php",
|
|
"bin/library-sfr.php"
|
|
]
|
|
} |