{
    "name": "eclyss/backend",
    "description": "Eclyss Premium Messaging Platform — Backend",
    "type": "project",
    "require": {
        "php": "^8.3",
        "firebase/php-jwt": "^6.10",
        "cboden/ratchet": "^0.4.4",
        "react/event-loop": "^1.4",
        "predis/predis": "^2.2",
        "vlucas/phpdotenv": "^5.6",
        "monolog/monolog": "^3.6",
        "guzzlehttp/guzzle": "^7.8"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "migrate": "php migrations/run.php",
        "ws": "php public/ws.php",
        "test": "phpunit"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "stable"
}
