{
    "name": "verbb/formie",
    "description": "The most user-friendly forms plugin for Craft.",
    "type": "craft-plugin",
    "version": "1.6.15",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "craft-plugin",
        "formie"
    ],
    "support": {
        "email": "support@verbb.io",
        "issues": "https://github.com/verbb/formie/issues?state=open",
        "source": "https://github.com/verbb/formie",
        "docs": "https://github.com/verbb/formie",
        "rss": "https://github.com/verbb/formie/commits/v2.atom"
    },
    "license": "proprietary",
    "authors": [
        {
            "name": "Verbb",
            "homepage": "https://verbb.io"
        }
    ],
    "require": {
        "craftcms/cms": "^3.7.22",
        "commerceguys/addressing": "^1.0",
        "ext-json": "*",
        "ezyang/htmlpurifier": "^4.13",
        "fakerphp/faker": "^1.9.1",
        "giggsey/libphonenumber-for-php": "^8.12",
        "guzzlehttp/oauth-subscriber": "^0.4.0 || ^0.5.0 || ^0.6.0",
        "symfony/expression-language": "^5.3.0",
        "html2text/html2text": "^4.3",
        "league/html-to-markdown": "^4.10",
        "league/oauth1-client": "^1.7",
        "league/oauth2-client": "^2.4.0",
        "league/oauth2-google": "^3.0",
        "thenetworg/oauth2-azure": "^2.0",
        "dompdf/dompdf": "^1.0.2 || ^2.0.0",
        "verbb/base": "^1.0.0"
    },
    "autoload": {
        "psr-4": {
          "verbb\\formie\\": "src/"
        }
    },
    "extra": {
        "name": "Formie",
        "handle": "formie",
        "changelogUrl": "https://raw.githubusercontent.com/verbb/formie/craft-3/CHANGELOG.md",
        "class": "verbb\\formie\\Formie"
    }
}
