{
	"archive": {
		"exclude": [
			"!/languages",
			"!vendor/*",
			"!src/Vendor/*",
			"bin/",
			"docs",
			"classes",
			"node_modules",
			"CODE_OF_CONDUCT.md",
			"package.json",
			"package-lock.json",
			"phpcs.xml.dist",
			"README.md",
			".*"
		]
	},
	"authors": [
		{
			"homepage": "https://mypreview.one/woo-store-vacation",
			"name": "Store Vacation Lite for WooCommerce"
		}
	],
	"autoload": {
		"psr-4": {
			"Woo_Store_Vacation\\": "src/"
		}
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"description": "Pause your store during vacations by scheduling specific dates and display a customizable notice to visitors.",
	"extra": {
		"mozart": {
			"classmap_directory": "/classes/dependencies/",
			"delete_vendor_directories": true,
			"dep_directory": "/src/Vendor/",
			"dep_namespace": "Woo_Store_Vacation\\Vendor\\",
			"excluded_packages": [
				"psr/container"
			],
			"packages": [
				"pimple/pimple"
			]
		},
		"scripts-description": {
			"lint:wpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier",
			"lint:wpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
			"make-pot": "Create a POT file for the WordPress plugin in the current directory"
		}
	},
	"homepage": "https://wordpress.org/plugins/woo-store-vacation",
	"keywords": [
		"WordPress",
		"WooCommerce",
		"Plugin"
	],
	"license": "GPL-3.0",
	"name": "mypreview/woo-store-vacation",
	"require": {
		"php": ">=7.4"
	},
	"require-dev": {
		"coenjacobs/mozart": "^0.7.1",
		"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
		"php-parallel-lint/php-parallel-lint": "1.3.2",
		"phpcompatibility/phpcompatibility-wp": "2.1.3",
		"phpunit/phpunit": "9.5.24",
		"squizlabs/php_codesniffer": "3.7.1",
		"woocommerce/woocommerce-git-hooks": "*",
		"woocommerce/woocommerce-sniffs": "*",
		"wp-cli/i18n-command": "2.4.0",
		"wp-coding-standards/wpcs": "2.3.0",
		"pimple/pimple": "^3.5"
	},
	"scripts": {
		"bundle": [
			"composer lint:wpcbf",
			"rm -rf woo-store-vacation.zip",
			"composer install --no-dev --no-scripts",
			"composer archive --file=woo-store-vacation --format=zip",
			"@php bin/zip-wrap.php woo-store-vacation.zip woo-store-vacation",
			"composer install -vvv"
		],
		"lint:wpcbf": "@php -d error_reporting=\"E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED\" vendor/bin/phpcbf --extensions=php -p --runtime-set testVersion 7.4-",
		"lint:wpcs": "@php -d error_reporting=\"E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED\" vendor/bin/phpcs --extensions=php -s -p --runtime-set testVersion 7.4-",
		"make-pot": "wp i18n make-pot . languages/woo-store-vacation.pot --domain=woo-store-vacation",
		"post-install-cmd": [
			"vendor/bin/mozart compose",
			"composer dump-autoload"
		],
		"post-update-cmd": [
			"vendor/bin/mozart compose",
			"composer dump-autoload"
		]
	},
	"type": "wordpress-plugin"
}
