diff --git a/catatan_rilis.md b/catatan_rilis.md index 05ea7fc3..94e4ac07 100644 --- a/catatan_rilis.md +++ b/catatan_rilis.md @@ -13,7 +13,7 @@ Di rilis ini, versi 2604.0.1 berisi penambahan dan perbaikan yang diminta penggu #### Perbaikan BUG - +1. [#1023](https://github.com/OpenSID/OpenKab/issues/1023) Percobaan login gagal terkadang error 500 #### Perubahan Teknis diff --git a/composer.json b/composer.json index ce932c50..2f1303c6 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ "laravel/tinker": "^2.8", "laravel/ui": "^4.2", "league/flysystem-ftp": "^3.10", + "mews/captcha": "^3.3", "mews/purifier": "^3.4", "openspout/openspout": "^4.24", "proengsoft/laravel-jsvalidation": "^4.8", diff --git a/composer.lock b/composer.lock index 57f53cc7..b94addd3 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "e6c80fb59e61ffc48245d30a50a22485", + "content-hash": "e57d82cdf838e45b87bad3ade52b1f6c", "packages": [ { "name": "akaunting/laravel-apexcharts", @@ -3816,6 +3816,79 @@ }, "time": "2024-11-14T23:14:52+00:00" }, + { + "name": "mews/captcha", + "version": "3.3.3", + "source": { + "type": "git", + "url": "https://github.com/mewebstudio/captcha.git", + "reference": "e996a9a5638296de3e9dac41782dbdcf3d14ce11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mewebstudio/captcha/zipball/e996a9a5638296de3e9dac41782dbdcf3d14ce11", + "reference": "e996a9a5638296de3e9dac41782dbdcf3d14ce11", + "shasum": "" + }, + "require": { + "ext-gd": "*", + "illuminate/config": "~5|^6|^7|^8|^9|^10|^11", + "illuminate/filesystem": "~5|^6|^7|^8|^9|^10|^11", + "illuminate/hashing": "~5|^6|^7|^8|^9|^10|^11", + "illuminate/session": "~5|^6|^7|^8|^9|^10|^11", + "illuminate/support": "~5|^6|^7|^8|^9|^10|^11", + "intervention/image": "~2.5", + "php": "^7.2|^8.1|^8.2|^8.3" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^8.5|^9.5.10|^10.5" + }, + "type": "package", + "extra": { + "laravel": { + "aliases": { + "Captcha": "Mews\\Captcha\\Facades\\Captcha" + }, + "providers": [ + "Mews\\Captcha\\CaptchaServiceProvider" + ] + } + }, + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Mews\\Captcha\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Muharrem ERİN", + "email": "me@mewebstudio.com", + "homepage": "https://github.com/mewebstudio", + "role": "Developer" + } + ], + "description": "Laravel 5/6/7/8/9/10/11 Captcha Package", + "homepage": "https://github.com/mewebstudio/captcha", + "keywords": [ + "captcha", + "laravel5 Security", + "laravel6 Captcha", + "laravel6 Security" + ], + "support": { + "issues": "https://github.com/mewebstudio/captcha/issues", + "source": "https://github.com/mewebstudio/captcha/tree/3.3.3" + }, + "time": "2024-03-20T16:15:48+00:00" + }, { "name": "mews/purifier", "version": "3.4.3", @@ -12493,12 +12566,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.1" }, - "platform-dev": [], - "plugin-api-version": "2.6.0" + "platform-dev": {}, + "plugin-api-version": "2.9.0" }