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
William Hall
f006e63cff
📚 break down documentation for github pages
2021-03-29 18:05:08 +01:00
William Hall
1faaf71391
Merge branch 'clean-up-demo'
2021-03-29 18:02:58 +01:00
William Hall
148e409a38
Merge remote-tracking branch 'MasterOdin/patch-5'
2021-03-29 18:01:15 +01:00
William Hall
a627b889af
📚 clean up demo
2021-03-19 17:05:13 +00:00
Matthew Peveler
b24204bbed
Remove using https://github.com as HttpTimeProvider test source
...
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com >
2021-03-15 08:43:09 -04:00
William Hall
30a38627ae
🔖 1.8.0
1.8.0
2021-03-09 18:24:05 +00:00
William Hall
b99f4f96d0
📚 document that we now test against PHP 8
2021-03-09 18:23:12 +00:00
William Hall
38f349fccd
Merge remote-tracking branch 'igorsantos/qr-logos'
2021-03-09 18:09:38 +00:00
William Hall
3e9d402a6e
Merge branch 'doc-blocks'
2021-03-09 18:00:40 +00:00
William Hall
33a32cb099
📚 doc blocks
2021-03-08 18:24:44 +00:00
William Hall
452d31bfbf
Merge branch 'fix-code-sniffs'
2021-03-08 18:22:30 +00:00
William Hall
58d3354367
🐛 correct some minor issues
2021-03-08 18:20:07 +00:00
William Hall
2aa6f46e20
🎨 fix the majority of code sniffs
2021-02-08 17:28:05 +00:00
William Hall
14e90c3faa
Merge branch 'fix-unthrowable-exception'
2021-02-08 17:20:43 +00:00
William Hall
df74a59b43
🐛 fix unthrowable exception
2021-02-05 16:30:19 +00:00
Will Power
3640fee09a
Merge pull request #59 from MasterOdin/github_action
...
migrate from travis to gh action
2021-02-04 14:56:00 +00:00
Matthew Peveler
2a2b91023c
add php 8.0 to matrix
...
Signed-off-by: Matthew Peveler <matt.peveler@popsql.com >
2021-02-04 09:47:09 -05:00
Matthew Peveler
bbf24892db
update
...
Signed-off-by: Matthew Peveler <matt.peveler@popsql.com >
2021-02-04 09:45:11 -05:00
Matthew Peveler
9011515f87
Merge branch 'master' into github_action
2021-02-04 09:44:09 -05:00
William Hall
1b7197f1b3
Merge branch 'test-refactor'
2021-02-04 11:42:29 +00:00
Rob Janssen
2c2afdb49b
Create FUNDING.yml
2021-02-04 02:17:27 +01:00
William Hall
8b5c61cc1d
🚨 add auto lint test capability
2021-02-03 09:31:27 +00:00
William Hall
d86c73ebff
🚨 run tests easier and newer
2021-02-03 09:31:16 +00:00
William Hall
178f4447a7
🚨 breakdown tests into separate files
2021-02-03 09:31:07 +00:00
William Hall
5957248509
🗑️ remove composer.lock from project to unlock dependencies
2021-02-02 18:28:12 +00:00
Matthew Peveler
7d21cee5c1
migrate from travis to gh action
...
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com >
2021-01-28 11:49:01 +00:00
Igor Santos
cc2ae19bcd
Document the need for the code to be a string
2021-01-25 02:32:41 -03:00
Igor Santos
94571a257a
Remove temp file(?)
2021-01-24 00:41:46 -03:00