{
  "name": "rwlabs/karobari-suite",
  "description": "KarobariSuite — White-label multi-tenant business management platform (API + Web App)",
  "type": "project",
  "license": "proprietary",
  "require": {
    "php": "^8.3",
    "firebase/php-jwt": "^7.0",
    "monolog/monolog": "^3.0",
    "sentry/sentry": "^4.0",
    "vlucas/phpdotenv": "^5.6"
  },
  "require-dev": {
    "phpunit/phpunit": "^11.5"
  },
  "autoload": {
    "psr-4": {
      "Karobari\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Karobari\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "phpunit",
    "serve": "php -S localhost:8080 -t public public/router.php",
    "worker": "php bin/worker.php",
    "cron": "php bin/cron.php",
    "openapi": "php bin/generate-openapi.php"
  },
  "config": {
    "sort-packages": true,
    "optimize-autoloader": true,
    "process-timeout": 0,
    "platform": {
      "php": "8.3.99"
    }
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}
