{
    "name": "omise/omise-woocommerce",
    "description": "An official payment extension which provides support for Omise payment gateway for store builders working on the WooCommerce platform.",
    "homepage": "https://www.omise.co/",
    "license": "MIT",
    "require-dev": {
        "phpunit/phpunit": "^5.7 || ^9.5",
        "mockery/mockery": "^1.6"
    },
    "scripts": {
        "test": "vendor/bin/phpunit --testdox --colors"
    }
}
