From 8a93cdf5e4e265a1847443033e529435e21344ee Mon Sep 17 00:00:00 2001 From: Derk Date: Sun, 27 Oct 2024 20:31:54 +0100 Subject: [PATCH] Update version to 2.0.3 and increase PHP and phpBB minimal requirements --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fa7a8e3..09a47aa 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,8 @@ "type": "phpbb-extension", "description": "Sortables Captcha Extension for phpBB 3.3. This captcha plugin allows you to add questions and provide answers in two separate columns. An user will see all the answers in one column and has to drag some answers to the other column to successfully complete the captcha.", "homepage": "https://github.com/Derky/Sortables-CAPTCHA-Plugin", - "version": "2.0.2", - "time": "2020-02-19", + "version": "2.0.3", + "time": "2024-10-27", "license": "GPL-2.0-only", "authors": [{ "name": "Derky", @@ -12,13 +12,13 @@ "role": "Developer" }], "require": { - "php": ">=5.3.3", + "php": ">=7.2.0", "composer/installers": "~1.0" }, "extra": { "display-name": "Sortables Captcha", "soft-require": { - "phpbb/phpbb": ">=3.2.6,<3.4@dev" + "phpbb/phpbb": ">=3.3.0" }, "version-check": { "ssl": true,