added simple math and charts modules

This commit is contained in:
2024-12-10 23:53:23 +01:00
parent 62a5f3c97c
commit 688ff42752
196 changed files with 20285 additions and 8 deletions

26
vendor/andileco/eval-math/composer.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name" : "andileco/eval-math",
"description" : "EvalMath",
"license": "BSD-3-Clause",
"type" : "library",
"keywords" : [
"EvalMath"
],
"require": {
"php": "^7 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5",
"php-coveralls/php-coveralls": "^2"
},
"autoload" : {
"psr-4" : {
"Andileco\\Util\\EvalMath\\" : "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
}
}