{
    "name": "woosalam/includes",
    "type": "project",
    "require-dev": {
        "phpunit/phpunit": "^9.6"
    },
    "autoload": {
        "psr-4": {
            "SyncBasalam\\": ["includes/", ""]
        }
    },
    "scripts": {
        "test": "phpunit --configuration phpunit.xml",
        "di:guard": "@php tools/di-guard.php"
    },
    "authors": [
        {
            "name": "Ali Beheshti",
            "email": "abeheshti127@gmail.com"
        }
    ]
}
