{
	"name": "aarambhathemes/aarambha-case-management",
	"type": "wordpress-plugin",
	"description": "Aarambha Case Management is a WordPress plugin for managing customer support cases with frontend submissions, file uploads, status tracking, and customizable email notifications.",
	"keywords": [
		"wordpress",
		"plugin"
	],
	"license": "GPL-3.0-or-later",
	"homepage": "https://aarambhathemes.com/",
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"phpstan/extension-installer": true,
			"composer/installers": true
		},
		"platform": {
			"php": "7.0"
		},
		"sort-packages": true,
		"preferred-install": "dist",
		"process-timeout": 0,
		"optimize-autoloader": true
	},
	"minimum-stability": "stable",
	"prefer-stable": true,
	"autoload-dev": {
		"psr-4": {
			"AarambhaCaseManagement\\Tests\\": "tests/"
		}
	},
	"autoload": {
		"psr-4": {
			"AarambhaCaseManagement\\": "includes/"
		}
	},
	"extra": {
		"installer-paths": {
			"vendor/{$vendor}/{$name}/": [
				"wpackagist-plugin/plugin-check"
			]
		}
	},
	"repositories": [
		{
			"type": "composer",
			"url": "https://wpackagist.org",
			"only": [
				"wpackagist-plugin/*",
				"wpackagist-theme/*"
			]
		}
	],
	"require": {
		"php": ">=7.0"
	},
	"require-dev": {
		"automattic/vipwpcs": "^3.0",
		"dealerdirect/phpcodesniffer-composer-installer": "^1.2",
		"phpcompatibility/phpcompatibility-wp": "^3.0",
		"phpstan/extension-installer": "^1.3",
		"phpstan/phpstan": "^2.1",
		"phpstan/phpstan-deprecation-rules": "^2.0",
		"phpstan/phpstan-phpunit": "^2.0",
		"phpunit/phpunit": "^9.6",
		"squizlabs/php_codesniffer": "^3.9",
		"szepeviktor/phpstan-wordpress": "^2.0",
		"wp-coding-standards/wpcs": "^3.1",
		"wp-phpunit/wp-phpunit": "^6.9",
		"wpackagist-plugin/plugin-check": "~1.6.0",
		"yoast/phpunit-polyfills": "^4.0",
		"php-parallel-lint/php-parallel-lint": "^1.2.0"
	},
	"scripts": {
		"clean": "rm -rf vendor vendor-composer",
		"format": "vendor/bin/phpcbf",
		"lint:phpcs": "vendor/bin/phpcs",
		"lint:php": "vendor/bin/parallel-lint --exclude .git --exclude vendor .",
		"phpstan": "vendor/bin/phpstan analyse --memory-limit=1G",
		"test": "vendor/bin/phpunit -c phpunit.xml.dist",
		"test-multisite": "WP_MULTISITE=1 vendor/bin/phpunit --exclude-group=ms-excluded"
	}
}