koolphp / koolreport

This is an Open Source PHP Reporting Framework which you can use to write perfect data reports or to construct awesome dashboards using PHP
https://www.koolreport.com/
MIT License
228 stars 65 forks source link

Can not redeclare the function adjoint() #37

Open abhijeet9920 opened 3 years ago

abhijeet9920 commented 3 years ago

Hello,

I'm using koolreport package. Below is my system configuration.

{
    "php": "^7.2",
    "koolreport/core": "^4.7",
    "laravel/framework": "^6.18.35",
    "phpoffice/phpspreadsheet": "^1.14",
}

There is a package markbaker/matrix which I think used by koolreport as well as phpoffice. It is found inside 'require' of composer.json for both koolreport and phpoffice. Because of this I'm getting "Fatal Error Cannot redeclare Matrix\adjoint() (previously declared in vendor\markbaker\matrix\classes\src\Functions\adjoint.php:21") Can you please tell where exactly I'm doing wrong.

Thank you.