{
"keywords": [
"finance",
"math"
],
"autoload" : {
"files" : [
"src/config/NamedConstant.php"
],
"psr-4" : {
"rhossis\\Exception\\" : "src/Exception",
"rhossis\\mathfinance\\" : "src"
},
"psr-0" : {
"Pear" : "external/Pear"
}
},
"autoload-dev" : {
"psr-4" : {
"rhossis\\mathfinance\\tests\\" : "tests"
}
},
"name" : "rhossis/mathfinance",
"type" : "library",
"description" : "Package for financial math functions",
"license" : "BSD-3-Clause",
"require" : {
"php" : ">=7.4.0"
},
"require-dev" : {
"phpunit/phpunit" : "9.*"
},
"support" : {
"email" : " [email protected]",
"source" : "https://github.com/rhossis/mathfinance"
},
"authors" : [{
"name" : "Cyril Ogana",
"email" : " [email protected]",
"homepage" : "https://github.com/rhossis",
"role" : "Maintainer"
}],
"homepage" : "https://github.com/rhossis/mathfinance"
}
|