Release 3.6.7
Showing
+8 -8
... | @@ -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": { | ||
... | ... |
Please register or sign in to comment