{
    "name": "factweb/agua-facturacion",
    "description": "Sistema de gestión de agua potable",
    "type": "project",
    "license": "MIT",
    "authors": [
        {
            "name": "angshelino"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.4",
        "vlucas/phpdotenv": "^5.6"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Config\\": "config/",
            "Lib\\": "lib/",
            "Routes\\": "routes/"
        },
        "files": [
        "config/config.php", 
        "lib/Helpers.php"
    ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true
    },
    "scripts": {
        "post-autoload-dump": [
            "echo 'Autoloader regenerado correctamente'"
        ]
    }
}
