{
    "name": "aeon-php/calendar",
    "type": "library",
    "description": "PHP type safe, immutable calendar library",
    "keywords": [
        "calendar",
        "immutable",
        "date",
        "time",
        "datetime"
    ],
    "require": {
        "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
    },
    "require-dev": {
        "ext-bcmath": "*",
        "ext-pcov": "*"
    },
    "suggest": {
        "ext-bcmath": "Compare time units with high precision"
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Aeon\\": [
                "src/Aeon"
            ]
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Aeon\\Calendar\\Tests\\": "tests/Aeon/Calendar/Tests/",
            "Aeon\\Calculator\\Tests\\": "tests/Aeon/Calculator/Tests/",
            "Aeon\\Calendar\\Benchmark\\": "benchmark/Aeon/Calendar/Benchmark/"
        }
    },
    "prefer-stable": true
}
