Reference bin file to automaticallly place in vendor/bin
- https://getcomposer.org/doc/articles/vendor-binaries.md
This commit is contained in:
parent
501501693d
commit
7aa9f88661
@ -1,6 +1,12 @@
|
||||
{
|
||||
"name": "scores/library",
|
||||
"description": "library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Scores et Decisions",
|
||||
"email": "supportdev@scores-decisions.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"zendframework/zendframework1": "^1.12",
|
||||
"doctrine/dbal": "^2.5",
|
||||
@ -17,10 +23,11 @@
|
||||
"src/Scores/"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Scores et Decisions",
|
||||
"email": "supportdev@scores-decisions.com"
|
||||
}
|
||||
"bin": [
|
||||
"bin/library-cache.php",
|
||||
"bin/library-log.php",
|
||||
"bin/library-ratios.php",
|
||||
"bin/library-ratiosload.php",
|
||||
"bin/library-sfr.php",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user