{
    "name": "buyerkiosk/web-codebase",
    "type": "project",
    "description": "A intelligent resale platform",
    "keywords": ["php resale", "usercake"],
    "homepage": "https://buyerkiosk.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Ryan VanVuren",
            "homepage": "http://v2ts.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "twig/twig": "v1.44.8",
        "slim/slim": "2.6.2",
        "slim/views": "0.1.3",
        "nikic/php-parser": "5.4.0",
        "phpmailer/phpmailer": "^6.9",
        "birke/rememberme": "v1.0.3",
        "adambullmer/usdl-regex": "^1.0",
        "alexweissman/fortress": "v1.0",
        "ezyang/htmlpurifier": "v4.7.0",
        "vlucas/valitron": "1.2.3",
        "phpfastcache/phpfastcache": "^9.2",
        "predis/predis": "2.3.0",
        "psr/cache": "^3.0",
        "phpfastcache/phpssdb": "1.0.1",
        "quickbooks/v3-php-sdk": "*",
        "guzzlehttp/guzzle": "^7.9",
        "phpclassic/php-shopify": "^1.2",
        "markenwerk/json-pretty-printer": "^1.0",
        "league/csv": "^9.22",
        "vlucas/phpdotenv": "^5.6",
        "php-ffmpeg/php-ffmpeg": "^1.3",
        "ably/ably-php": "^1.1",
        "tecnickcom/tcpdf": "^6.2",
        "twilio/sdk": "^5.31",
        "wheniwork/wheniwork-api": "*",
        "phpunit/phpunit": "^12.0.7",
        "sentry/sentry": "^4.10",
        "hellogerard/jobby": "^2.0",
        "firebase/php-jwt": "^6.11",
        "spomky-labs/otphp": "^11.3",
        "google/auth": "^1.18",
        "sendgrid/sendgrid": "^8.1",
        "erusev/parsedown": "^1.7"
    },
    "autoload": {
        "psr-4": {
            "BuyerKiosk\\": "src/BuyerKiosk/"
        },
        "classmap": [
            "controllers",
            "auth/",
            "middleware/",
            "models/",
            "plugins/",
            "patches",
            "services/"
        ],
        "files": [
            "src/BuyerKiosk/Compatibility/LegacyAliases.php",
            "models/BaseModel.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-install-cmd": [
            "php patches/apply-fortress-data-sanitizer-patch.php",
            "php patches/apply-slim-flash-patch.php",
            "php patches/apply-twig-node-patch.php",
            "php patches/apply-slim-response-patch.php",
            "php patches/apply-slim-throwable-patch.php"
        ],
        "post-update-cmd": [
            "php patches/apply-fortress-data-sanitizer-patch.php",
            "php patches/apply-slim-flash-patch.php",
            "php patches/apply-twig-node-patch.php",
            "php patches/apply-slim-response-patch.php",
            "php patches/apply-slim-throwable-patch.php"
        ]
    },
    "config": {
        "allow-plugins": {
            "kylekatarnls/update-helper": true
        },
        "audit": {
            "block-insecure": false
        }
    },
    "require-dev": {
        "fakerphp/faker": "*",
        "phpstan/phpstan": "^2.1"
    }
}
