i was trying to implement the package with 7.3.x php version , based on the documentation it support 7.2> but unfortunately im getting error with composer :
chillerlan/php-qrcode[4.3.0, ..., 4.3.2] require php ^7.4 || ^8.0 -> your php version (7.3.28) does not satisfy that requirement.
Root composer.json requires chillerlan/php-qrcode ^4.3 -> satisfiable by chillerlan/php-qrcode[4.3]
i was trying to implement the package with 7.3.x php version , based on the documentation it support 7.2> but unfortunately im getting error with composer :
chillerlan/php-qrcode[4.3.0, ..., 4.3.2] require php ^7.4 || ^8.0 -> your php version (7.3.28) does not satisfy that requirement.
is there version that support lower version?