{
    "name": "mantle-framework/support",
    "description": "The Mantle Framework Support Package",
    "type": "library",
    "require": {
        "php": "^8.1",
        "alleyinteractive/composer-wordpress-autoloader": "^1.0",
        "doctrine/inflector": "^2.0.8",
        "league/commonmark": "^2.4.0",
        "mantle-framework/contracts": "^1.0",
        "monolog/monolog": "^2.9.1",
        "nesbot/carbon": "^2.68.1",
        "ramsey/uuid": "^4.7.4",
        "symfony/finder": "^6.2",
        "symfony/var-dumper": "^6.2",
        "voku/portable-ascii": "^2.0.1"
    },
    "extra": {
        "wordpress-autoloader": {
            "autoload": {
                "Mantle\\Support": "./"
            }
        }
    },
    "autoload": {
        "files": [
            "autoload.php"
        ]
    },
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Alley",
            "email": "mantle@alley.com"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "suggest": {
        "mantle-framework/console": "Required to load Mantle Console Commands",
        "mantle-framework/container": "Required to use wrapped add_action/add_filter functions",
        "vlucas/phpdotenv": "Required to use Environment class (^5.3)"
    },
    "minimum-stability": "dev"
}
