This commit is contained in:
2025-08-19 17:30:51 +08:00
parent fd44965f8a
commit 353c72c602
74 changed files with 10575 additions and 44 deletions

66
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "31c5810be72c5f5ebb54dd29c1a3332e",
"content-hash": "19bacaaba5677424ca3421a057b052db",
"packages": [
{
"name": "adbario/php-dot-notation",
@@ -4932,6 +4932,70 @@
],
"time": "2024-11-21T00:49:12+00:00"
},
{
"name": "webman/captcha",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/webman-php/captcha.git",
"reference": "44dc1e74b23e180e1dcb361c11b2ca8bc2e6b32c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webman-php/captcha/zipball/44dc1e74b23e180e1dcb361c11b2ca8bc2e6b32c",
"reference": "44dc1e74b23e180e1dcb361c11b2ca8bc2e6b32c",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Webman\\Captcha\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "walkor",
"email": "walkor@workerman.net"
},
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
},
{
"name": "Jeremy Livingston",
"email": "jeremy.j.livingston@gmail.com"
}
],
"description": "Captcha generator",
"keywords": [
"bot",
"captcha",
"spam"
],
"support": {
"source": "https://github.com/webman-php/captcha/tree/v1.0.4"
},
"time": "2024-05-14T02:56:38+00:00"
},
{
"name": "webman/console",
"version": "v2.1.3",