Commit 1ecb8847 authored by dapphp's avatar dapphp
Browse files

Release 3.6.7

No related merge requests found
Showing with 8 additions and 8 deletions
+8 -8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## Version: ## Version:
**3.6.6** **3.6.7**
## Author: ## Author:
...@@ -21,7 +21,7 @@ at http://www.phpcaptcha.org/Securimage_Docs/ ...@@ -21,7 +21,7 @@ at http://www.phpcaptcha.org/Securimage_Docs/
## Requirements: ## Requirements:
* PHP 5.2 or greater * PHP 5.4 or greater
* GD 2.0 * GD 2.0
* FreeType (Required, for TTF fonts) * FreeType (Required, for TTF fonts)
* PDO (if using Sqlite, MySQL, or PostgreSQL) * PDO (if using Sqlite, MySQL, or PostgreSQL)
...@@ -93,7 +93,7 @@ with the one from this release. ...@@ -93,7 +93,7 @@ with the one from this release.
## Copyright: ## Copyright:
Script Script
Copyright (c) 2016 Drew Phillips Copyright (c) 2018 Drew Phillips
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
......
...@@ -4,7 +4,7 @@ NAME: ...@@ -4,7 +4,7 @@ NAME:
VERSION: VERSION:
3.6.6 3.6.7
AUTHOR: AUTHOR:
...@@ -22,7 +22,7 @@ DOCUMENTATION: ...@@ -22,7 +22,7 @@ DOCUMENTATION:
REQUIREMENTS: REQUIREMENTS:
PHP 5.2 or greater PHP 5.4 or greater
GD 2.0 GD 2.0
FreeType (Required, for TTF fonts) FreeType (Required, for TTF fonts)
PDO (if using Sqlite, MySQL, or PostgreSQL) PDO (if using Sqlite, MySQL, or PostgreSQL)
...@@ -90,7 +90,7 @@ UPGRADE NOTICE: ...@@ -90,7 +90,7 @@ UPGRADE NOTICE:
COPYRIGHT: COPYRIGHT:
Copyright (c) 2016 Drew Phillips Copyright (c) 2018 Drew Phillips
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "dapphp/securimage", "name": "dapphp/securimage",
"type": "library", "type": "library",
"description": "PHP CAPTCHA Library", "description": "PHP CAPTCHA Library",
"keywords": ["captcha","security"], "keywords": ["captcha","security","forms","anti-spam"],
"homepage": "https://www.phpcaptcha.org", "homepage": "https://www.phpcaptcha.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"authors": [ "authors": [
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.2.0", "php": ">=5.4",
"ext-gd": "*" "ext-gd": "*"
}, },
"suggest": { "suggest": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment