{
    "name": "hanifhefaz/dcter",
    "description": "A composer package used to convert Jalali, Hijri, Gregorian and Julian dates to each others.",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Hanif Hefaz",
            "email": "hefaz2010@gmail.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "nesbot/carbon": "^2.16"
    },
    
    "require-dev": {
        "phpunit/phpunit": "10.0.19"
        },
    
    "autoload": {
        "psr-4": {
            "HanifHefaz\\Dcter\\": "src/"
        }
    }
}
