halfpastfouram / phpchartjs

A PHP library that makes it easy to generate data for ChartJS.
https://halfpastfouram.github.io/phpchartjs/
GNU Affero General Public License v3.0
25 stars 14 forks source link

Outdated 'symfony/var-dumper' #68

Open aand18 opened 4 years ago

aand18 commented 4 years ago

Could you please update the Symfony var-dumper package to a newer version?

Currently cannot use this package with Laravel:

    laravel/framework v5.7.0 requires symfony/var-dumper ^4.1
    halfpastfouram/phpchartjs dev-master requires symfony/var-dumper ^3.4

PS: any reason why symfony/var-dumper isn't in the "requirements-dev" section of composer.json?

Sotatek-PhungNguyen commented 1 year ago
halfpastfouram/phpchartjs[v1.2.0, ..., v1.2.2] require symfony/var-dumper ^3.4 -> found symfony/var-dumper[v3.4.0-BETA1, ..., 3.4.x-dev] but the package is fixed to v4.4.37 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Me too. I'm wishing for new support on var-dumper.

halfpastfouram commented 1 year ago

Thanks for bringing my attention to this, I'll take care of it soon.

Edit: I'll be fixing this in #72.

Sotatek-PhungNguyen commented 1 year ago

It's awesome, Bob! Thank you so much!