{
  "name": "koel/koel",
  "description": "Audio streaming solution that works.",
  "keywords": [
    "audio",
    "stream",
    "mp3"
  ],
  "license": "MIT",
  "type": "project",
  "require": {
    "php": ">=8.3",
    "laravel/framework": "^12.0",
    "james-heinrich/getid3": "^1.9",
    "guzzlehttp/guzzle": "^7.2",
    "pusher/pusher-php-server": "^7.2",
    "predis/predis": "~1.0",
    "ext-exif": "*",
    "ext-gd": "*",
    "ext-fileinfo": "*",
    "ext-json": "*",
    "ext-SimpleXML": "*",
    "daverandom/resume": "^0.0.3",
    "laravel/helpers": "^1.7",
    "teamtnt/laravel-scout-tntsearch-driver": "^15.0",
    "algolia/algoliasearch-client-php": "^3.3",
    "webmozart/assert": "^1.10",
    "laravel/sanctum": "^4.0",
    "laravel/scout": "^10.0",
    "jwilsson/spotify-web-api-php": "^5.2",
    "meilisearch/meilisearch-php": "^0.24.0",
    "http-interop/http-factory-guzzle": "^1.2",
    "league/flysystem-aws-s3-v3": "^3.0",
    "spatie/flysystem-dropbox": "^3.0",
    "saloonphp/saloon": "^4.0",
    "saloonphp/laravel-plugin": "^4.0",
    "laravel/socialite": "^5.12",
    "laravel/ui": "^4.5",
    "nunomaduro/collision": "^v8.8",
    "league/flysystem-sftp-v3": "^3.0",
    "spatie/laravel-ray": "^1.36",
    "tiben/crontab-manager": "*",
    "owen-it/laravel-auditing": "^14.0",
    "fileeye/mimemap": "^2.2",
    "ezyang/htmlpurifier": "^4.18",
    "jaybizzle/crawler-detect": "^1.3",
    "laravel/nightwatch": "^1.13",
    "intervention/image-laravel": "^1.5",
    "laravel/prompts": "^0.3.6",
    "laravel/tinker": "^2.10",
    "fakerphp/faker": "^1.24",
    "spatie/laravel-permission": "^6.21",
    "enshrined/svg-sanitize": "^0.22.0",
    "phanan/poddle": "^1.2",
    "laravel/ai": "^0.2.6"
  },
  "require-dev": {
    "roave/security-advisories": "dev-latest",
    "mockery/mockery": "~1.0",
    "phpunit/phpunit": "^11.0",
    "php-mock/php-mock-mockery": "^1.3",
    "larastan/larastan": "^3.7",
    "phlak/semver": "^5.0",
    "laravel/boost": "^1.0",
    "opcodesio/log-viewer": "^3.19",
    "carthage-software/mago": "^1.8.0"
  },
  "suggest": {
    "ext-zip": "Allow downloading multiple songs as Zip archives"
  },
  "autoload": {
    "classmap": [
      "database"
    ],
    "psr-4": {
      "App\\": "app/",
      "Database\\Seeders\\": "database/seeders/"
    },
    "files": [
      "app/Helpers.php"
    ]
  },
  "autoload-dev": {
    "classmap": [
      "tests/TestCase.php"
    ],
    "psr-4": {
      "Tests\\": "tests/",
      "Database\\Factories\\": "database/factories/"
    },
    "files": [
      "tests/Helpers.php"
    ]
  },
  "scripts": {
    "post-autoload-dump": [
      "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
      "@php artisan package:discover"
    ],
    "post-install-cmd": [
      "@php artisan clear-compiled",
      "@php artisan cache:clear",
      "@php -r \"if (!file_exists('.env')) copy('.env.example', '.env');\"",
      "@php -r \"if (!file_exists('./public/.htaccess')) copy('.htaccess.example', './public/.htaccess');\""
    ],
    "pre-update-cmd": [
      "@php artisan clear-compiled"
    ],
    "post-update-cmd": [
      "@php artisan cache:clear",
      "@php artisan boost:update --ansi"
    ],
    "post-root-package-install": [
      "@php -r \"copy('.env.example', '.env');\""
    ],
    "post-create-project-cmd": [
      "@php artisan key:generate"
    ],
    "koel:init": "@php scripts/koel-init.php",
    "test": "@php artisan test",
    "coverage": "@php artisan test --coverage-clover=coverage.xml",
    "cs": "mago format --check",
    "cs:fix": "mago format",
    "lint": "mago lint",
    "analyze": "phpstan analyse --memory-limit 1G --configuration phpstan.neon.dist --ansi",
    "dev": [
      "Composer\\Config::disableProcessTimeout",
      "npx concurrently -k -c \"#93c5fd,#c4b5fd,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"vp dev\" --names=server,queue,vite --restart-tries=3"
    ]
  },
  "config": {
    "preferred-install": "dist",
    "optimize-autoloader": true,
    "allow-plugins": {
      "php-http/discovery": true,
      "carthage-software/mago": true
    },
    "platform": {
      "php": "8.3.0"
    }
  },
  "minimum-stability": "stable",
  "prefer-stable": false
}
