Skip to content

Commit 0963dd5

Browse files
authored
fix: fix Uuid decode & update dependencies (#174)
1 parent 3da047a commit 0963dd5

File tree

6 files changed

+753
-264
lines changed

6 files changed

+753
-264
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88

99
### Fixes:
10-
*
10+
* Fix Uuid decode
1111

1212

1313
# RELEASED VERSIONS:

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,27 @@
2626
"php-http/httplug": "^1.0 || ^2.0",
2727
"php-http/message": "^1.7",
2828
"psr/http-client": "^1.0",
29-
"thecodingmachine/safe": "^0.1.14",
29+
"thecodingmachine/safe": "^0.1",
3030
"web-auth/cose-lib": "^2.0",
3131
"web-auth/webauthn-lib": "^2.0",
3232
"web-token/jwt-signature": "^1.3 || ^2.0"
3333
},
3434
"require-dev": {
35+
"ext-sqlite3": "*",
3536
"nunomaduro/larastan": "^0.3.15 || ^0.4.0",
36-
"orchestra/testbench": "^3.8",
37-
"phpstan/phpstan-deprecation-rules": "^0.11.0",
38-
"phpstan/phpstan-phpunit": "^0.11.0",
39-
"phpstan/phpstan-strict-rules": "^0.11.0",
37+
"orchestra/testbench": "^4.0",
38+
"phpstan/phpstan-deprecation-rules": "^0.11",
39+
"phpstan/phpstan-phpunit": "^0.11",
40+
"phpstan/phpstan-strict-rules": "^0.11",
4041
"phpunit/phpunit": "^8.0",
41-
"thecodingmachine/phpstan-safe-rule": "^0.1.3",
42+
"thecodingmachine/phpstan-safe-rule": "^0.1",
4243
"vimeo/psalm": "^3.2"
4344
},
4445
"suggest": {
45-
"php-http/client-implementation": "For Android SafetyNet support (highly recommended)"
46+
"php-http/client-implementation": "Recommended for the AndroidSafetyNet Attestation Statement support",
47+
"web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support",
48+
"web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
49+
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support"
4650
},
4751
"autoload": {
4852
"psr-4": {

0 commit comments

Comments
 (0)