{
    "name": "ezra/multipurpose-tools",
    "description": "Multipurpose web application with password hashing, QR codes, URL shortening, and utilities",
    "type": "project",
    "license": "MIT",
    "authors": [
        {
            "name": "Ezra Development Team",
            "email": "dev@ezra.com"
        }
    ],
    "require": {
        "php": ">=7.4"
    },
    "require-dev": {},
    "autoload": {
        "psr-4": {
            "Ezra\\": "src/"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
