Add back no-captcha package

This commit is contained in:
DariusIII
2026-02-12 22:10:48 +01:00
parent a6d07f088a
commit 0fbc3c5f52
2 changed files with 67 additions and 2 deletions
+2 -1
View File
@@ -44,13 +44,14 @@
"ext-xmlwriter": "*",
"ext-zlib": "*",
"aharen/omdbapi": "^2.1",
"anhskohbo/no-captcha": "^3.7.0",
"bacon/bacon-qr-code": "^3.0",
"bhuvidya/laravel-countries": "^12.0",
"canihavesomecoffee/thetvdbapi": "^2.0",
"creativeorange/gravatar": "^1.0",
"dariusiii/net_nntp": "^3.0",
"dariusiii/rarinfo": "^3.0",
"dariusiii/tv-maze-php-api": "^2.0.0",
"dariusiii/net_nntp": "^3.0",
"fakerphp/faker": "^1.23",
"genealabs/laravel-caffeine": "^12.0",
"geoip2/geoip2": "^3.1",
Generated
+65 -1
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": "2904bd1699b265cdea29849284d0648a",
"content-hash": "de826ec2e5fc22d57a9e2d47775b03fa",
"packages": [
{
"name": "aharen/omdbapi",
@@ -55,6 +55,70 @@
},
"time": "2023-12-12T13:10:07+00:00"
},
{
"name": "anhskohbo/no-captcha",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/anhskohbo/no-captcha.git",
"reference": "87666572f0dbe1e3380a2e9ae7574bf3a2d0804e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/anhskohbo/no-captcha/zipball/87666572f0dbe1e3380a2e9ae7574bf3a2d0804e",
"reference": "87666572f0dbe1e3380a2e9ae7574bf3a2d0804e",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.2|^7.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"php": ">=5.5.5"
},
"require-dev": {
"phpunit/phpunit": "~4.8|^9.5.10|^10.5"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"NoCaptcha": "Anhskohbo\\NoCaptcha\\Facades\\NoCaptcha"
},
"providers": [
"Anhskohbo\\NoCaptcha\\NoCaptchaServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Anhskohbo\\NoCaptcha\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "anhskohbo",
"email": "anhskohbo@gmail.com"
}
],
"description": "No CAPTCHA reCAPTCHA For Laravel.",
"keywords": [
"captcha",
"laravel",
"laravel4",
"laravel5",
"laravel6",
"no-captcha",
"recaptcha"
],
"support": {
"issues": "https://github.com/anhskohbo/no-captcha/issues",
"source": "https://github.com/anhskohbo/no-captcha/tree/3.7.0"
},
"time": "2025-02-25T18:53:34+00:00"
},
{
"name": "bacon/bacon-qr-code",
"version": "v3.0.3",