⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm-dev.dev-unit.com
/
main-file
/
View File Name :
composer.json
{ "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": ["laravel", "framework"], "license": "MIT", "require": { "php": "^8.1", "anandsiddharth/laravel-paytm-wallet": "^2.0", "anhskohbo/no-captcha": "^3.5.0", "coingate/coingate-php": "^4.1.0", "doctrine/dbal": "^3.7.1", "guzzlehttp/guzzle": "^7.2", "iyzico/iyzipay-php": "^2.0.54", "kkomelin/laravel-translatable-string-exporter": "^1.21.0", "laravel/framework": "^10.10", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "laravelcollective/html": "^6.4.0", "league/flysystem-aws-s3-v3": "^3.16.0", "maatwebsite/excel": "^3.1.48", "mashape/unirest-php": "^3.0.4", "mercadopago/dx-php": "^2.5", "mercadopago/sdk": "^0.5.6", "midtrans/midtrans-php": "^2.5", "milon/barcode": "^10.0", "mollie/mollie-api-php": "^2.61", "munafio/chatify": "1.6.2", "nwidart/laravel-modules": "10.0.2", "obydul/laraskrill": "^1.2", "orhanerday/open-ai": "^4.8", "paymentwall/paymentwall-php": "^2.2.4", "paytabscom/laravel_paytabs": "^1.4.2", "psr/simple-cache": "2.0", "rachidlaasri/laravel-installer": "^4.1.0", "spatie/laravel-google-calendar": "^3.7.1", "spatie/laravel-permission": "^5.11.0", "srmklive/paypal": "^3.0.26", "stripe/stripe-php": "^13.0", "whichbrowser/parser": "^2.1.7", "xendit/xendit-php": "^2.19", "yoomoney/yookassa-sdk-php": "^3.1" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.9", "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "phpunit/phpunit": "^10.1", "spatie/laravel-ignition": "^2.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/", "Modules\\": "Modules/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true } }, "minimum-stability": "stable", "prefer-stable": true }