{
	"name": "pluginever/wc-serial-numbers-pro",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-or-later",
	"repositories": [
		{
			"type": "vcs",
			"url": "git@github.com:pluginever/framework-plugin.git"
		},
		{
			"type": "vcs",
			"url": "git@github.com:pluginever/framework-data.git"
		},
		{
			"type": "vcs",
			"url": "git@github.com:byteever/licensing.git"
		}
	],
	"require": {
		"php": ">=7.4",
		"pluginever/framework-plugin": "dev-trunk",
		"pluginever/framework-data": "dev-trunk",
		"byteever/licensing": "dev-trunk"
	},
	"require-dev": {
		"byteever/byteever-sniffs": "^1.1.3"
	},
	"autoload": {
		"psr-4": {
			"WooCommerceSerialNumbersPro\\": "includes/"
		}
	},
	"config": {
		"platform": {
			"php": "7.4"
		},
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"scripts": {
		"post-install-cmd": "@strauss",
		"post-update-cmd": "@strauss",
		"post-autoload-dump": "test -f /tmp/strauss.phar && php /tmp/strauss.phar include-autoloader || true",
		"makepot": "wp --allow-root i18n make-pot . --include=*.php,assets,includes,templates --domain=wc-serial-numbers-pro",
		"phpcs": "php ./vendor/bin/phpcs --standard=phpcs.xml -s -v",
		"phpcbf": "php ./vendor/bin/phpcbf --standard=phpcs.xml -v",
		"strauss": [
			"test -f /tmp/strauss.phar || curl -o /tmp/strauss.phar -L https://github.com/BrianHenryIE/strauss/releases/download/0.24.1/strauss.phar",
			"@php /tmp/strauss.phar",
			"@composer dump-autoload --no-scripts",
			"find ./vendor/byteever -type f -name '*.php' -exec perl -i -pe \"s/'bytekit-textdomain'/'wc-serial-numbers-pro'/g\" {} +",
			"find ./vendor/pluginever -type f -name '*.php' -exec perl -i -pe \"s/'framework-text-domain'/'wc-serial-numbers-pro'/g\" {} +"
		]
	},
	"extra": {
		"strauss": {
			"target_directory": "vendor",
			"namespace_prefix": "WooCommerceSerialNumbersPro\\",
			"classmap_prefix": "WooCommerceSerialNumbersPro__",
			"packages": [
				"pluginever/framework-plugin",
				"pluginever/framework-data",
				"byteever/licensing"
			]
		}
	}
}
