{
    "name": "yourcompany/energy-monitor",
    "type": "project",
    "description": "Smart Prepaid Meter Energy Monitoring System with Real-Time Analytics and Forecasting",
    "keywords": ["laravel", "iot", "energy", "prepaid-metering"],
    "license": "MIT",
    "require": {
        "php": "^8.3",
        "laravel/framework": "^12.0",
        "laravel/sanctum": "^4.0",
        "spatie/laravel-permission": "^6.9",
        "spatie/laravel-activitylog": "^4.9",
        "guzzlehttp/guzzle": "^7.9",
        "darkaonline/l5-swagger": "^8.6"
    },
    "suggest": {
        "laravel/horizon": "Redis-backed queue dashboard — only useful if your host provides Redis (rare on shared cPanel; common on a VPS).",
        "laravel/reverb": "WebSocket server for real-time dashboard push — needs a persistent process/open port, not available on shared hosting. Run this on a separate VPS if you want live push instead of the built-in 5s polling fallback.",
        "pusher/pusher-php-server": "Only needed if using Reverb/Pusher broadcasting.",
        "php-mqtt/client": "Only needed if you run the MQTT bridge worker yourself (also needs a persistent process — run on a VPS, not shared cPanel)."
    },
    "require-dev": {
        "fakerphp/faker": "^1.23",
        "laravel/pint": "^1.13",
        "laravel/sail": "^1.26",
        "mockery/mockery": "^1.6",
        "nunomaduro/collision": "^8.1",
        "phpunit/phpunit": "^11.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
