library/composer.json
2017-04-10 16:32:45 +02:00

34 lines
761 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
]
}