{
    "name": "hekmatinasser/jalali",
    "description": "This Package helps developers to work with Jalali Datetime class for PHP",
    "license": "MIT",
    "authors": [
        {
            "name": "Nasser Hekmati",
            "email": "hekmati.nasser@gmail.com"
        }
    ],
    "keywords": [
        "PHP",
        "Date",
        "Datetime",
        "Jalali",
        "Shamsi"
    ],
    "require": {
        "php": "^8.0",
        "hekmatinasser/notowo": "^1.0"
    },
    "require-dev": {
        "orchestra/testbench": "^4.18|^5.20|^6.24|^7.0"
    },
    "autoload": {
        "psr-4": {
            "Hekmatinasser\\Jalali\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Hekmatinasser\\Jalali\\Tests\\": "tests/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
