Skip to content

Commit 7d3ea0d

Browse files
committed
Squashed commit of the following:
commit e22ac73 Author: Lukas Buchs <lukas.buchs@netas.ch> Date: Tue May 16 09:27:05 2023 +0200 updated php requirements commit 57eb035 Author: Stu <github@norfolkmustard.com> Date: Tue May 16 08:23:57 2023 +0100 Update README.md (#74) for use of JSON_THROW_ON_ERROR in server.php line 56, ref https://www.php.net/json_decode demo fails to run on earlier PHP version (tested on 7.2.34) commit eba9dfe Author: Stijn Bannink <stijnbannink40@gmail.com> Date: Tue May 16 09:23:35 2023 +0200 Added Token2 to FIDO keys (#73)
1 parent b31384c commit 7d3ea0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Availability of built-in passkeys that automatically synchronize to all of a use
117117
* Firefox see [Bugzilla](https://bugzilla.mozilla.org/show_bug.cgi?id=1792433)
118118

119119
## Requirements
120-
* PHP >= 7.1.0 with [OpenSSL](http://php.net/manual/en/book.openssl.php)
120+
* PHP >= 8.0 with [OpenSSL](http://php.net/manual/en/book.openssl.php) and [Multibyte String](https://www.php.net/manual/en/book.mbstring.php)
121121
* Browser with [WebAuthn support](https://caniuse.com/webauthn) (Firefox 60+, Chrome 67+, Edge 18+, Safari 13+)
122122

123123
## Infos about WebAuthn
@@ -139,3 +139,4 @@ Availability of built-in passkeys that automatically synchronize to all of a use
139139
* [OneSpan](https://www.vasco.com/products/two-factor-authenticators/hardware/one-button/digipass-secureclick.html)
140140
* [Hypersecu](https://hypersecu.com/tmp/products/hyperfido)
141141
* [Kensington VeriMark™](https://www.kensington.com/)
142+
* [Token2](https://www.token2.com/shop/category/fido2-keys)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php" : ">=7.1"
16+
"php" : ">=8.0.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)