Nicolas CARPi
2080319f6f
make QR Code Provider a mandatory constructor argument
...
This change is discussed in #104
Currently, the library defaults to a QR Code Provider using an external
service, thus leaking secrets.
This change forces the definition of a QR Code Provider in the
constructor. It is a breaking change.
fixes #104
2024-04-25 21:23:39 +02:00
Mark Magyar
2fd60fad5e
use type safe asserts
2023-05-27 21:29:57 +02:00
Nicolas CARPi
30248a8fb5
address remarks made by MasterOdin
2023-02-22 18:08:19 +01:00
Nicolas CARPi
921425d0ff
use psr12 in phpcs config
2022-12-29 13:35:16 +01:00
Nicolas CARPi
f1e73aab3a
fix the testsDependency folder
2022-12-07 23:29:04 +01:00
Nicolas CARPi
ac721e57b9
add php-cs-fixer
2022-12-07 23:10:13 +01:00
Matthew Peveler
5f2611cde2
Fix compatibility with endroid/qr-code 4
2022-02-14 11:09:10 -05:00
William Hall
cb45226800
🚨 test in php < 7.1
2021-12-19 19:50:25 +00:00
William Hall
2d1ec8d265
🐛 be more specific with hex colour handling
2021-12-19 19:44:10 +00:00
William Hall
ae4da10ff1
🚨 test bacon qr code provider
2021-12-19 19:33:11 +00:00