Skip to content

Commit

Permalink
Release 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dapphp committed Mar 9, 2018
1 parent b100584 commit 1ecb884
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Version:

**3.6.6**
**3.6.7**

## Author:

Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NAME:

VERSION:

3.6.6
3.6.7

AUTHOR:

Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.2.0",
"php": ">=5.4",
"ext-gd": "*"
},
"suggest": {
Expand Down

0 comments on commit 1ecb884

Please sign in to comment.