From 874a09091f3985b11ec387e8452aa279c8b8e4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 03:04:36 +0000 Subject: [PATCH] Bump pragmarx/recovery from 0.1.0 to 0.2.0 Bumps [pragmarx/recovery](https://github.com/antonioribeiro/recovery) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/antonioribeiro/recovery/releases) - [Changelog](https://github.com/antonioribeiro/recovery/blob/master/CHANGELOG.md) - [Commits](https://github.com/antonioribeiro/recovery/compare/v0.1.0...v0.2.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 040e2abdb..b41314ecd 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ "php-amqplib/rabbitmq-bundle": "^1.14", "php-http/guzzle5-adapter": "^2.0", "php-http/httplug-bundle": "^1.14", - "pragmarx/recovery": "^0.1.0", + "pragmarx/recovery": "^0.2.0", "predis/predis": "^1.1.3", "scheb/two-factor-bundle": "^4.11.0", "sensio/distribution-bundle": "^5.0", diff --git a/composer.lock b/composer.lock index b3429a687..f194a8018 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": "bab074283482b16cce81ebeeca458a8a", + "content-hash": "53c97b89b8f1fec2a7902da7a987ff5d", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -7503,26 +7503,26 @@ }, { "name": "pragmarx/recovery", - "version": "v0.1.0", + "version": "v0.2.0", "source": { "type": "git", "url": "https://github.com/antonioribeiro/recovery.git", - "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe" + "reference": "03db473434ce84212b8991020929b162fe15f01f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/e16573a1ae5345cc3b100eec6d0296a1a15a90fe", - "reference": "e16573a1ae5345cc3b100eec6d0296a1a15a90fe", + "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/03db473434ce84212b8991020929b162fe15f01f", + "reference": "03db473434ce84212b8991020929b162fe15f01f", "shasum": "" }, "require": { - "php": "~7.0", + "php": ">=7.0", "pragmarx/random": "~0.1" }, "require-dev": { "phpunit/phpunit": ">=5.4.3", "squizlabs/php_codesniffer": "^2.3", - "tightenco/collect": "^5" + "tightenco/collect": "^5.0" }, "suggest": { "tightenco/collect": "Allows to generate recovery codes as collections" @@ -7565,9 +7565,9 @@ ], "support": { "issues": "https://github.com/antonioribeiro/recovery/issues", - "source": "https://github.com/antonioribeiro/recovery/tree/master" + "source": "https://github.com/antonioribeiro/recovery/tree/v0.2.0" }, - "time": "2017-09-19T16:58:00+00:00" + "time": "2021-03-23T22:57:38+00:00" }, { "name": "predis/predis",