{
	"name": "storepress/woo-2checkout",
	"description": "Payment Gateway - 2Checkout for WooCommerce",
	"minimum-stability": "stable",
	"license": "GPL-2.0-or-later",
	"type": "wordpress-plugin",
	"keywords": [
		"gutenberg",
		"wordpress",
		"storepress",
		"plugin",
		"2checkout",
		"paymentgateway"
	],
	"homepage": "https://github.com/EmranAhmed/woo-2checkout#readme",
	"authors": [
		{
			"name": "Emran Ahmed",
			"email": "emran@storepress.com"
		},
		{
			"name": "StorePress Inc.",
			"email": "storepresshq@gmail.com"
		}
	],
	"require": {
		"storepress/admin-utils": "^1.8.10",
		"automattic/jetpack-autoloader": "^v5.0.2",
		"ext-json": "*"
	},
	"require-dev": {
		"automattic/vipwpcs": "^3.0.1",
		"php-stubs/woocommerce-stubs": "^v9.5.0",
		"phpcompatibility/phpcompatibility-wp": "^2.1.6",
		"phpstan/extension-installer": "^1.4.3",
		"phpstan/phpstan": "^2.1",
		"plugin-check/phpcs-sniffs": "@dev",
		"stellarwp/php-stubs-woocommerce-subscriptions": "^6.7",
		"szepeviktor/phpstan-wordpress": "^v2.0.1",
		"woocommerce/woocommerce-sniffs": "^1.0.0",
		"wp-cli/i18n-command": "^v2.6.3",
		"wp-coding-standards/wpcs": "^3.1.0"
	},
	"repositories": [
		{
			"type": "path",
			"url": "./plugin-check",
			"options": {
				"symlink": true
			}
		}
	],
	"autoload": {
		"psr-4": {
			"StorePress\\TwoCheckoutPaymentGateway\\": "includes/"
		}
	},
	"config": {
		"optimize-autoloader": true,
		"sort-packages": true,
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"automattic/jetpack-autoloader": true,
			"phpstan/extension-installer": true
		}
	},
	"scripts": {
		"phpstan": "./vendor/bin/phpstan --memory-limit=2G",
		"phpstan-report": "./vendor/bin/phpstan --memory-limit=2G -vvv > phpstan-report.txt",
		"format": "./vendor/bin/phpcbf --standard=phpcs.xml",
		"lint": "./vendor/bin/phpcs --standard=phpcs.xml --report-summary --report-source",
		"lint-report": "./vendor/bin/phpcs --standard=phpcs.xml --report-summary --report-source --ignore-annotations --report-full=phpcs-report.txt"
	}
}
