Update 3rd party captcha library

This commit is contained in:
Alex Cabal 2023-06-22 21:18:24 -05:00
parent e835c399d4
commit ad0313cd1d
2 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@
"thecodingmachine/safe": "^1.3.3", "thecodingmachine/safe": "^1.3.3",
"phpmailer/phpmailer": "^6.6.0", "phpmailer/phpmailer": "^6.6.0",
"ramsey/uuid": "4.2.3", "ramsey/uuid": "4.2.3",
"gregwar/captcha": "^1.1.9", "gregwar/captcha": "^1.2.0",
"php-webdriver/webdriver": "^1.12.1", "php-webdriver/webdriver": "^1.12.1",
"pear/http2": "^2.0.0" "pear/http2": "^2.0.0"
} }

12
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c3a2ec797ba64706306394cca97dd37e", "content-hash": "218ea78082c83c5386eacaf3dc607eed",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -1099,16 +1099,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.20", "version": "1.10.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803" "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5",
"reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803", "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1157,7 +1157,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-06-20T12:07:40+00:00" "time": "2023-06-21T20:07:58+00:00"
}, },
{ {
"name": "thecodingmachine/phpstan-safe-rule", "name": "thecodingmachine/phpstan-safe-rule",