{
    "name": "twa/htmlhelpers",
    "description": "This package is intended to provide html helpers for websites developed by the web addicts",
    "type": "library",
    "require": {
    },
    "require-dev": {
        "phpunit/phpunit": "10.0.x-dev"
    },
    "autoload": {
        "psr-4": {
            "twa\\htmlhelpers\\" : "src"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "twa\\htmlhelpers\\providers\\WebsiteServiceProvider"
            ]
        }
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Assaad Abou Harb",
            "email": "assaad@thewebaddicts.com"
        }
    ],
    "minimum-stability": "dev"
}
