Skip to content

Commit

Permalink
fix: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 26, 2024
1 parent 7199d4e commit a260f95
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"symfony/property-info": "^6.4 || ^7.0",
"symfony/serializer": "^6.4 || ^7.0",
"web-auth/cose-lib": "^4.0",
"web-auth/webauthn-lib": "^4.8.0",
"web-token/jwt-signature": "^3.0"
"web-auth/webauthn-lib": "^4.8",
"web-token/jwt-library": "^3.0"
},
"conflict": {
"web-auth/webauthn-lib": "4.7.0"
Expand All @@ -53,11 +53,7 @@
"guzzlehttp/psr7": "To provide a psr/http-factory-implementation implementation",
"symfony/psr-http-message-bridge": "To find a psr/http-factory-implementation implementation",
"php-http/discovery": "To find a psr/http-factory-implementation implementation",
"psr/http-client-implementation": "Required for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-rsa": "Required for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-ecdsa": "Required for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-signature-algorithm-eddsa": "Required for the AndroidSafetyNet Attestation Statement support",
"web-token/jwt-key-mgmt": "Required for the AndroidSafetyNet Attestation Statement support"
"psr/http-client-implementation": "Required for the AndroidSafetyNet Attestation Statement support"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a260f95

Please sign in to comment.