mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat(deps): add scyllaly/hcaptcha package
Add scyllaly/hcaptcha package to composer.json and composer.lock for hCaptcha integration in Laravel.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"laravel/tinker": "^2.8",
|
||||
"league/flysystem-aws-s3-v3": "^3.0",
|
||||
"saade/blade-iconsax": "^1.1",
|
||||
"scyllaly/hcaptcha": "^4.4",
|
||||
"simonhamp/the-og": "^0.5.4",
|
||||
"spatie/laravel-backup": "^8.3",
|
||||
"spatie/laravel-discord-alerts": "^1.3",
|
||||
|
||||
61
composer.lock
generated
61
composer.lock
generated
@@ -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": "2af8ed1dad29aeeb6bd0674017bde595",
|
||||
"content-hash": "2954259235d0a0b20a9f886137583fec",
|
||||
"packages": [
|
||||
{
|
||||
"name": "andcarpi/laravel-popper",
|
||||
@@ -4760,6 +4760,65 @@
|
||||
},
|
||||
"time": "2023-02-17T13:23:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "scyllaly/hcaptcha",
|
||||
"version": "4.4.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Scyllaly/hcaptcha.git",
|
||||
"reference": "3c133dfe684d34570e911de11098ebaa0d2c369d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Scyllaly/hcaptcha/zipball/3c133dfe684d34570e911de11098ebaa0d2c369d",
|
||||
"reference": "3c133dfe684d34570e911de11098ebaa0d2c369d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*",
|
||||
"php": ">=5.5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8|^9.5.10|^10.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Scyllaly\\HCaptcha\\HCaptchaServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"HCaptcha": "Scyllaly\\HCaptcha\\Facades\\HCaptcha"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Scyllaly\\HCaptcha\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "scyllaly",
|
||||
"email": "scyllaly@github.com"
|
||||
}
|
||||
],
|
||||
"description": "hCaptcha for Laravel",
|
||||
"keywords": [
|
||||
"captcha",
|
||||
"hcaptcha",
|
||||
"laravel"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Scyllaly/hcaptcha/issues",
|
||||
"source": "https://github.com/Scyllaly/hcaptcha/tree/4.4.5"
|
||||
},
|
||||
"time": "2023-03-14T16:36:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "simonhamp/the-og",
|
||||
"version": "v0.5.4",
|
||||
|
||||
Reference in New Issue
Block a user