From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- vendor/dapphp/securimage/composer.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vendor/dapphp/securimage/composer.json (limited to 'vendor/dapphp/securimage/composer.json') diff --git a/vendor/dapphp/securimage/composer.json b/vendor/dapphp/securimage/composer.json new file mode 100644 index 0000000..ada7882 --- /dev/null +++ b/vendor/dapphp/securimage/composer.json @@ -0,0 +1,27 @@ +{ + "name": "dapphp/securimage", + "type": "library", + "vesion": "3.6.3", + "description": "PHP CAPTCHA Library", + "keywords": ["captcha","security"], + "homepage": "https://www.phpcaptcha.org", + "license": "BSD", + "authors": [ + { + "name": "Drew Phillips", + "email": "drew@drew-phillips.com" + } + ], + "require": { + "php": ">=5.2.0", + "ext-gd": "*" + }, + "suggest": { + "ext-pdo": "For database storage support", + "ext-pdo_mysql": "For MySQL database support", + "ext-pdo_sqlite": "For SQLite3 database support" + }, + "autoload": { + "classmap": ["securimage.php"] + } +} -- cgit v1.2.3-54-g00ecf