芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/design.pulsehost.co.uk/application/composer.json
{ "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "license": "MIT", "type": "project", "require": { "php": ">=7.2", "akaunting/money": "^1.2", "barryvdh/laravel-dompdf": "^2.0", "biscolab/laravel-recaptcha": "^6.0", "guzzlehttp/guzzle": "^7.0.1", "intervention/image": "^2.4", "laravel/framework": "^11.0", "laravel/helpers": "^1.1", "laravel/sanctum": "^4.0", "laravel/tinker": "^2.0", "maatwebsite/excel": "^3.1", "mews/purifier": "^3.3", "mollie/mollie-api-php": "2.41.0", "nesbot/carbon": "^2.64", "nunomaduro/collision": "^8.1", "nwidart/laravel-modules": "^8.3", "razorpay/razorpay": "^2.5", "spatie/laravel-ignition": "^2.0", "stripe/stripe-php": "^7.33", "twbs/bootstrap": "4.0.0-beta.2", "webklex/php-imap": "^5.5" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.2", "filp/whoops": "~2.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "^10.1" }, "autoload": { "classmap": [ "database/seeds", "database/factories" ], "psr-4": { "App\\": "app/", "Modules\\": "Modules/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "app/Helpers.php", "app/BootHelper.php", "updating/updating_1.php", "updating/updating_2.php", "updating/updating_3.php", "updating/updating_4.php", "updating/updating_5.php", "updating/updating_6.php", "updating/updating_7.php", "updating/updating_8.php", "updating/updating_9.php", "updating/updating_10.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "extra": { "laravel": { "dont-discover": [] } }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover" ] }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true, "platform-check": false } }