SaadTaziGChartBundle icon indicating copy to clipboard operation
SaadTaziGChartBundle copied to clipboard

Compatibility Symfony 5.4

Open cbeyer opened this issue 2 years ago • 1 comments

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 ?

cbeyer avatar Aug 02 '22 11:08 cbeyer

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.

saadtazi avatar Aug 02 '22 15:08 saadtazi