Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Symfony 5.4 #29

Open
cbeyer opened this issue Aug 2, 2022 · 1 comment
Open

Compatibility Symfony 5.4 #29

cbeyer opened this issue Aug 2, 2022 · 1 comment

Comments

@cbeyer
Copy link
Contributor

cbeyer commented Aug 2, 2022

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 ?

@saadtazi
Copy link
Owner

saadtazi commented Aug 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants