{
    "name": "tazapay/woocommerce-plugin",
    "description": "Tazapay Payment Gateway for WooCommerce",
    "type": "wordpress-plugin",
    "require": {
        "php": ">=7.4",
        "giggsey/libphonenumber-for-php": "^8.12.57"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0",
        "10up/wp_mock": "^0.5"
    },
    "config": {
        "platform": {
            "php": "7.4.33"
        },
        "optimize-autoloader": true
    },
    "scripts": {
        "test": "./vendor/bin/phpunit"
    }
}