Nicolas CARPi
656e966cdf
remove useless function comment
2022-12-29 13:43:52 +01:00
Nicolas CARPi
921425d0ff
use psr12 in phpcs config
2022-12-29 13:35:16 +01:00
Nicolas CARPi
4711674ec0
crank phpstan to level 6
2022-12-29 13:32:02 +01:00
Nicolas CARPi
e049285b46
use lint-ci for bacon test
2022-12-09 21:46:59 +01:00
Nicolas CARPi
b52655b803
add ignore env to php-cs-fixer for ci (php 8.2 issue)
2022-12-09 21:44:02 +01:00
Nicolas CARPi
ad89250a8f
try adding php8.2 in test matrix
2022-12-09 21:37:29 +01:00
Nicolas CARPi
f034bc782e
use interface
2022-12-09 19:45:53 +01:00
Nicolas CARPi
f8ba3b234b
fix endroid qr provider handleErrorCorrectionLevel signature
2022-12-09 19:42:16 +01:00
Nicolas CARPi
db6256b5e8
fix endroid handleColor
2022-12-09 19:37:49 +01:00
Nicolas CARPi
041d0e38e2
fix bacon construct signature
2022-12-09 19:36:47 +01:00
Nicolas CARPi
1e75674a45
fix action php version and handleColour function signature for bacon qr
2022-12-09 19:32:27 +01:00
Nicolas CARPi
25f463d19b
turns out I had a global gitignore with lib... -_-'
2022-12-09 19:27:50 +01:00
Nicolas CARPi
aaf24a66bd
why is phpstan failing in actions?
2022-12-09 19:19:24 +01:00
Nicolas CARPi
75d8955967
update the actions
2022-12-09 18:43:15 +01:00
Nicolas CARPi
7e067166aa
use relative path for LICENSE link in README
...
(really it's to trigger an action!)
2022-12-09 18:39:28 +01:00
Nicolas CARPi
58a9628a57
add phpstan config file, ignore broken files because of optional lib
...
and add it to action
2022-12-09 18:32:43 +01:00
Nicolas CARPi
887f261c88
add CHANGELOG.md
2022-12-09 18:18:55 +01:00
Nicolas CARPi
225216a616
fix php version in readme
2022-12-09 18:12:38 +01:00
Nicolas CARPi
79988ef58a
add phpstan
2022-12-08 00:00:18 +01:00
Nicolas CARPi
f1e73aab3a
fix the testsDependency folder
2022-12-07 23:29:04 +01:00
Nicolas CARPi
db0515e826
fix versions in github workflow and add a lint-ci command
2022-12-07 23:14:28 +01:00
Nicolas CARPi
4be83550c0
remove php-parallel-lint: php-cs-fixer does much more
2022-12-07 23:12:17 +01:00
Nicolas CARPi
ac721e57b9
add php-cs-fixer
2022-12-07 23:10:13 +01:00
Nicolas CARPi
a8c297c178
second batch with QR providers
2022-12-07 23:02:41 +01:00
Nicolas CARPi
aeb4b00c60
first batch
2022-12-07 22:28:52 +01:00
William Hall
ba4e8c55ed
🔧 don't need version number in composer.json #90
2022-05-10 13:33:17 +01:00
William Hall
65681de5a3
🔖 actually 1.8.2
1.8.2
2022-03-22 16:11:07 +00:00
William Hall
dc681e1ced
Merge remote-tracking branch 'mpeveler/bugfix-endroid-4'
2022-02-14 17:14:18 +00:00
Matthew Peveler
5f2611cde2
Fix compatibility with endroid/qr-code 4
2022-02-14 11:09:10 -05:00
William Hall
5d36d4feb0
Merge remote-tracking branch 'origin/test-specific-provider'
2021-12-29 18:17:40 +00: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
William Hall
66e1e030ba
♻️ re arrange useful testing code for provider tests
2021-12-19 19:32:45 +00:00
Will Power
e76f31e93b
Merge pull request #83 from brainfoolong/master
...
convert issuer to string prevents php 8.1 errors
2021-12-19 18:21:51 +00:00
Will Power
4203749bd2
Merge pull request #85 from MasterOdin/mpeveler/chore-deprecations
...
Catch deprecations as part of test suite
2021-12-19 18:19:17 +00:00
William Hall
4f1543f782
🚨 add test to cover null issuer
2021-12-19 18:16:38 +00:00
Matthew Peveler
8a220fe37b
Catch deprecations as part of test suite
2021-12-01 10:12:42 -05:00
William Hall
8a5cb24967
🔧 add 8.1 to testing to confirm issue
2021-12-01 09:34:38 +00:00
Roland Eigelsreiter
dc9f168746
added 8.1 to builds
2021-11-29 10:25:23 +01:00
Roland Eigelsreiter
0096cce02d
convert issuer to string prevents php 8.1 errors
...
By forcing $this->issuer to be string, even if null is set, it prevents throwing errors in PHP 8.1 is `rawurlencode` is not allowed to have null as parameter.
It would be better to force string to be already in `__construct`, but this may create a breaking change for existing users.
2021-11-29 06:50:54 +01:00
Rob Janssen
042f347666
Update LICENSE
2021-11-02 15:07:43 +01:00
Rob Janssen
5afcb45282
Update composer.json
...
Upped version
1.8.1
2021-10-20 14:19:55 +02:00
Rob Janssen
b79d438032
Merge pull request #79 from fman42/ChartGoogleQrCodeProvider
...
Implemented new ChartGoogleQrCodeProvider
2021-10-20 14:17:52 +02:00
Milan
65b17bca59
Add encoding option in query to google API
2021-10-17 21:21:54 +03:00
Milan
c01202bc10
Make verifySSL argument as first option in constructor
2021-10-17 21:08:32 +03:00
fman42
0453a94349
Made verifySSL optional
2021-10-04 15:01:04 +03:00
fman42
49f681e905
Rename a class
2021-10-04 15:00:06 +03:00
Milan
08846488cc
Implemented new ChartGoogleQrCodeProvider
2021-10-03 19:14:10 +03:00
William Hall
e15885ce9d
Merge remote-tracking branch 'willpower232/master'
2021-03-29 18:07:39 +01:00