From 48e473b2873312b74d563a181c6b18ea3d1c5e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:36:05 +0000 Subject: [PATCH] Bump figuren-theater/ft-options from 1.1.10 to 1.2.2 Bumps [figuren-theater/ft-options](https://github.com/figuren-theater/ft-options) from 1.1.10 to 1.2.2. - [Release notes](https://github.com/figuren-theater/ft-options/releases) - [Changelog](https://github.com/figuren-theater/ft-options/blob/main/CHANGELOG.md) - [Commits](https://github.com/figuren-theater/ft-options/compare/1.1.10...1.2.2) --- updated-dependencies: - dependency-name: figuren-theater/ft-options dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index d8b8226..3cdc338 100644 --- a/composer.lock +++ b/composer.lock @@ -159,21 +159,24 @@ }, { "name": "figuren-theater/ft-options", - "version": "1.1.10", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/figuren-theater/ft-options", - "reference": "6ac6d17165a472f1927fe42f891d62a79abb5765" + "reference": "14fdc18911420201abd6e039b60a5d9ed7820f3c" }, "require": { "markjaquith/wp-tlc-transients": "^1.0", - "php": ">=7.1" + "php": ">=7.4" + }, + "require-dev": { + "figuren-theater/code-quality": "*" }, "type": "wordpress-muplugin", "autoload": { - "psr-4": { - "Figuren_Theater\\Options\\": "inc/" - } + "classmap": [ + "inc/" + ] }, "license": [ "GPL-3.0-or-later" @@ -203,7 +206,7 @@ "issues": "https://github.com/figuren-theater/ft-options/issues", "source": "https://github.com/figuren-theater/ft-options" }, - "time": "2023-02-02T15:23:09+00:00" + "time": "2023-09-10T15:23:38+00:00" }, { "name": "inpsyde/disable-comments",