ObHighchartsBundle icon indicating copy to clipboard operation
ObHighchartsBundle copied to clipboard

Support of this library with PHP 8

Open jmeyo opened this issue 3 years ago • 3 comments

This package is not compatible with PHP 8.x

 - Root composer.json requires ob/highcharts-bundle ^1.7 -> satisfiable by ob/highcharts-bundle[1.7].
 - ob/highcharts-bundle 1.7 requires php ^7.2 -> your php version (8.1.2) does not satisfy that requirement.

I will fork it to see how hard it is to make it compatible.

jmeyo avatar Feb 16 '22 16:02 jmeyo

I've done it here https://github.com/94noni/ObHighchartsBundle#obhighchartsbundle

94noni avatar May 31 '22 21:05 94noni

Cool, thanks! How to require your bundle in my composer.json ?

cbeyer avatar Jan 26 '23 23:01 cbeyer

@cbeyer just run composer require 94noni/highcharts-bundle and you're good the package is published here

(and indeed I've not update the doc part, I've forked this bundle for personal projects on v8 I did not took too much time on it)

94noni avatar Jan 27 '23 06:01 94noni