This commit is contained in:
wangjinlei
2024-12-31 10:28:40 +08:00
parent 145b0ab8a5
commit a54a837670
1179 changed files with 2686 additions and 230376 deletions

View File

@@ -7,7 +7,11 @@
"license": "MIT",
"autoload": {
"psr-4": {
"PhpOffice\\Math\\": "src/Math/",
"PhpOffice\\Math\\": "src/Math/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\PhpOffice\\Math\\": "tests/Math/"
}
},