SaadTaziGChartBundle
SaadTaziGChartBundle copied to clipboard
Compatibility Symfony 5.4
Hi,
I have upgraded my project to SF 5.4. I'm using saad-tazi/g-chart-bundle version 4.0.0. It works but I have such warnings after composer install :
Class SaadTazi\GChartBundle\Tests\Chart\DataTableTest located in ./vendor/saad-tazi/g-chart-bundle/SaadTazi/GChartBundle/Tests/DataTable/DataTableTest.php does not comply with psr-0 autoloading standard. Skipping.
Class SaadTazi\GChartBundle\Tests\Chart\DataColumnTest located in ./vendor/saad-tazi/g-chart-bundle/SaadTazi/GChartBundle/Tests/DataTable/DataColumnTest.php does not comply with psr-0 autoloading standard. Skipping.
Class SaadTazi\GChartBundle\Tests\Chart\DataCellTest located in ./vendor/saad-tazi/g-chart-bundle/SaadTazi/GChartBundle/Tests/DataTable/DataCellTest.php does not comply with psr-0 autoloading standard. Skipping.
Class SaadTazi\GChartBundle\Tests\Chart\DataRowTest located in ./vendor/saad-tazi/g-chart-bundle/SaadTazi/GChartBundle/Tests/DataTable/DataRowTest.php does not comply with psr-0 autoloading standard. Skipping.
Any solution ?
Hi @cbeyer , It's being a long time I last used PHP and I am no longer using this bundle. If you or someone else find a solution to those warnings, please feel free to open a PR and I'll merge it.
Sorry for not being more helpful.