From f69d0a49e3bbb6572becb326ec779d27d8529744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 09:51:41 +0000 Subject: [PATCH] Update christian-riesen/otp requirement from 1.4.3 to 2.7.0 Updates the requirements on [christian-riesen/otp](https://github.com/ChristianRiesen/otp) to permit the latest version. - [Release notes](https://github.com/ChristianRiesen/otp/releases) - [Commits](https://github.com/ChristianRiesen/otp/compare/1.4.3...2.7.0) --- updated-dependencies: - dependency-name: christian-riesen/otp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73cd20f3d1..1a52abbc37 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-ctype" : "*", "ext-filter" : "*", "ext-session" : "*", - "christian-riesen/otp" : "1.4.3", + "christian-riesen/otp" : "2.7.0", "eluceo/ical": "0.16.1", "erusev/parsedown" : "^1.7", "pimple/pimple" : "3.4.0",