{
    "require": {
        "hashids/hashids": "4.1.*",
        "phpseclib/bcmath_compat": "^2.0",
        "cweagans/composer-patches": "^1.7"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.5",
        "wp-coding-standards/wpcs": "^3.0",
        "phpmd/phpmd": "^2.8"
    },
    "config": {
        "platform": {
            "php": "7.4.33"
        },
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "cweagans/composer-patches": true
        }
    },
    "extra": {
        "patches": {
            "hashids/hashids": {
                "Fix issue with extbc compat": "patches/hashids.diff"
            }
        }
    }
}
