From 1ecb884797c66e01a875c058def46c85aecea45b Mon Sep 17 00:00:00 2001 From: dapphp Date: Thu, 8 Mar 2018 22:07:41 -0800 Subject: [PATCH] Release 3.6.7 --- README.md | 6 +++--- README.txt | 6 +++--- composer.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e935ea2..a26bac4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Version: -**3.6.6** +**3.6.7** ## Author: @@ -21,7 +21,7 @@ at http://www.phpcaptcha.org/Securimage_Docs/ ## Requirements: -* PHP 5.2 or greater +* PHP 5.4 or greater * GD 2.0 * FreeType (Required, for TTF fonts) * PDO (if using Sqlite, MySQL, or PostgreSQL) @@ -93,7 +93,7 @@ with the one from this release. ## Copyright: Script - Copyright (c) 2016 Drew Phillips + Copyright (c) 2018 Drew Phillips All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.txt b/README.txt index 57898cd..a50a98c 100644 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ NAME: VERSION: - 3.6.6 + 3.6.7 AUTHOR: @@ -22,7 +22,7 @@ DOCUMENTATION: REQUIREMENTS: - PHP 5.2 or greater + PHP 5.4 or greater GD 2.0 FreeType (Required, for TTF fonts) PDO (if using Sqlite, MySQL, or PostgreSQL) @@ -90,7 +90,7 @@ UPGRADE NOTICE: COPYRIGHT: - Copyright (c) 2016 Drew Phillips + Copyright (c) 2018 Drew Phillips All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/composer.json b/composer.json index eb10d91..8e08a2f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dapphp/securimage", "type": "library", "description": "PHP CAPTCHA Library", - "keywords": ["captcha","security"], + "keywords": ["captcha","security","forms","anti-spam"], "homepage": "https://www.phpcaptcha.org", "license": "BSD-3-Clause", "authors": [ @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=5.2.0", + "php": ">=5.4", "ext-gd": "*" }, "suggest": {