{
    "name": "enxu_back/php-api",
    "description": "API REST monolítica en PHP para Flutter app",
    "type": "project",
    "require": {
        "php": ">=7.4",
        "firebase/php-jwt": "^6.8",
        "vlucas/phpdotenv": "^5.5",
        "phpmailer/phpmailer": "^7.0",
        "pusher/pusher-php-server": "^7.2",
        "google/auth": "^1.47"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    }
}
