Skip to content

Commit

Permalink
fix: fix Uuid decode & update dependencies (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Nov 16, 2019
1 parent 3da047a commit 0963dd5
Show file tree
Hide file tree
Showing 6 changed files with 753 additions and 264 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*

### Fixes:
*
* Fix Uuid decode


# RELEASED VERSIONS:
Expand Down
18 changes: 11 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,27 @@
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message": "^1.7",
"psr/http-client": "^1.0",
"thecodingmachine/safe": "^0.1.14",
"thecodingmachine/safe": "^0.1",
"web-auth/cose-lib": "^2.0",
"web-auth/webauthn-lib": "^2.0",
"web-token/jwt-signature": "^1.3 || ^2.0"
},
"require-dev": {
"ext-sqlite3": "*",
"nunomaduro/larastan": "^0.3.15 || ^0.4.0",
"orchestra/testbench": "^3.8",
"phpstan/phpstan-deprecation-rules": "^0.11.0",
"phpstan/phpstan-phpunit": "^0.11.0",
"phpstan/phpstan-strict-rules": "^0.11.0",
"orchestra/testbench": "^4.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^8.0",
"thecodingmachine/phpstan-safe-rule": "^0.1.3",
"thecodingmachine/phpstan-safe-rule": "^0.1",
"vimeo/psalm": "^3.2"
},
"suggest": {
"php-http/client-implementation": "For Android SafetyNet support (highly recommended)"
"php-http/client-implementation": "Recommended for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0963dd5

Please sign in to comment.