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,