SallaApp / ZATCA

An unofficial package maintained by Salla to help developers to implement ZATCA (Fatoora) QR code easily which required for e-invoicing
MIT License
137 stars 54 forks source link

SALLA/ZATCA PHP minimum version is 7.4 #11

Closed ARemaity closed 2 years ago

ARemaity commented 2 years ago

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?

salkhwlani commented 2 years ago

@ARemaity we updated the composer.json to support the old version of the QR code package, you can give it try

https://github.com/SallaApp/ZATCA/releases/tag/2.0.1

ARemaity commented 2 years ago

thank you for the support