{
    "name": "company/secret-manager",
    "description": "Centralized Secret Manager API",
    "type": "project",
    "require": {
        "php": "^8.2",
        "vlucas/phpdotenv": "^5.6",
        "firebase/php-jwt": "^7.1"
    },
    "autoload": {
        "psr-4": {
            "SecretManager\\": "app/"
        }
    },
    "scripts": {
        "start": "php -S localhost:8080 -t public"
    },
    "minimum-stability": "stable"
}