kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.1k stars 674 forks source link

Compatibility with newer hhvm versions #99

Closed lexidor closed 3 years ago

lexidor commented 3 years ago

This PR makes this library compatible with newer runtime versions. It allows modern versions of the autoloader to be installed without conflict. It updates broken require_once statements. It also lints with new linters.

kazuhikoarase commented 3 years ago

Thnks a lot!