{
    "name": "whetham-solutions/icing",
    "description": "The Icing on top of CakePHP",
    "type": "cakephp-plugin",
    "license": "MIT",
    "require": {
        "php": ">=8.0",
        "jeremyharris/cakephp-lazyload": "^5.0",
        "cakephp/cakephp": "^5.0",
        "cakephp/authentication": "^3.0",
        "cakephp/authorization": "^3.0",
        "friendsofcake/bootstrap-ui": "^5.0",
        "symfony/http-client": "^6.2",
        "nyholm/psr7": "^1.5",
        "mailgun/mailgun-php": "^3.5",
        "pelago/emogrifier": "^7.0",
        "quickbooks/v3-php-sdk": "^6.1.1",
        "andrej-griniuk/cakephp-two-factor-auth": "^4.0",
        "ali1/brute-force-shield": "^1.0.3",
        "muffin/trash": "^4.0.1",
        "friendsofcake/cakepdf": "^5.0",
        "dompdf/dompdf": "^2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.5 || ^9.3",
        "narendravaghela/cakephp-mailgun": "6.x-dev"
    },
    "autoload": {
        "psr-4": {
            "Icing\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Icing\\Test\\": "tests/",
            "Cake\\Test\\": "vendor/cakephp/cakephp/tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": false
        }
    }
}
