{
"name": "stripe/stripe-tax-for-woocommerce",
"type": "wordpress-plugin",
"description": "Stripe Tax integration for WooCommerce",
"license": "proprietary",
"require": {
"php": "^7.4 | ^8.0 | ^8.1",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"brain/monkey": "^2.4",
"php-parallel-lint/php-parallel-lint": ">=1.3",
"php-stubs/woocommerce-stubs": "^10.4",
"php-stubs/wordpress-stubs": "^6.9",
"php-stubs/wp-cli-stubs": "^2.12",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"squizlabs/php_codesniffer": "@stable",
"szepeviktor/phpstan-wordpress": "^2.0",
"woocommerce/woocommerce-sniffs": "^1.0",
"wp-coding-standards/wpcs": "^3.0"
},
"autoload": {
"classmap": ["SDK/lib/", "Stripe/", "WooCommerce/", "WordPress/"],
"exclude-from-classmap": [
"/tests/"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\Stripe\\StripeTaxForWooCommerce\\": "tests/phpunit",
"": "tests/Stubs"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"test": [
"./vendor/bin/phpunit --coverage-html build/coverage-report"
]
},
"extra": {
},
"config": {
"notify-on-install": false,
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
}
}