You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 :
Any solution ?
The text was updated successfully, but these errors were encountered: