From ac2f0440886ae501ce3598a4c68ac5c40e42fd47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 13:48:01 +0000 Subject: [PATCH] chore(deps): update dependency madwizard/webauthn to ^0.9.0 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 9d573f78..dd5f83da 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "php": "^7.4.0 || ^8.0.0", "composer/installers": "^2.0", "cweagans/composer-patches": "^1.7", - "madwizard/webauthn": "^0.8.0", + "madwizard/webauthn": "^0.9.0", "typisttech/imposter-plugin": "^0.6.2", "wildwolf/singleton-trait": "^1.0" }, diff --git a/composer.lock b/composer.lock index e4a81390..a31a2268 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "79ed21c6ffaf477ae7e42cdf7a88df4e", + "content-hash": "0f2b1f54f9422f5a04023e39621777d1", "packages": [ { "name": "composer/installers", @@ -615,16 +615,16 @@ }, { "name": "madwizard/webauthn", - "version": "v0.8.1", + "version": "v0.9.0", "source": { "type": "git", "url": "https://github.com/madwizard-org/webauthn-server.git", - "reference": "7e7d6cd8957463b4000125d2b5b7f480f9c23fc3" + "reference": "3266fb803409d72defdb03af384ece02f820c825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/madwizard-org/webauthn-server/zipball/7e7d6cd8957463b4000125d2b5b7f480f9c23fc3", - "reference": "7e7d6cd8957463b4000125d2b5b7f480f9c23fc3", + "url": "https://api.github.com/repos/madwizard-org/webauthn-server/zipball/3266fb803409d72defdb03af384ece02f820c825", + "reference": "3266fb803409d72defdb03af384ece02f820c825", "shasum": "" }, "require": { @@ -633,7 +633,7 @@ "ext-sodium": "*", "guzzlehttp/guzzle": "^6.5|^7.0", "kevinrob/guzzle-cache-middleware": "^3.3", - "php": ">=7.2.0", + "php": "^7.2.0|^8.0", "psr/cache": "^1.0|^2.0|^3.0", "psr/log": "^1.1|^2.0|^3.0", "sop/asn1": "^4.1", @@ -672,9 +672,9 @@ "description": "Web Authentication API server for PHP", "support": { "issues": "https://github.com/madwizard-org/webauthn-server/issues", - "source": "https://github.com/madwizard-org/webauthn-server/tree/v0.8.1" + "source": "https://github.com/madwizard-org/webauthn-server/tree/v0.9.0" }, - "time": "2022-10-05T08:06:52+00:00" + "time": "2022-11-16T10:56:26+00:00" }, { "name": "psr/cache",