Skip to content

Commit

Permalink
Update version to 2.0.3 and increase PHP and phpBB minimal requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Derky committed Oct 27, 2024
1 parent 5f29b03 commit 8a93cdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"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",
"homepage": "http://www.derky.nl",
"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,
Expand Down

0 comments on commit 8a93cdf

Please sign in to comment.