{
	"name": "getkirby/cli",
	"description": "Kirby command line interface",
	"license": "MIT",
	"version": "1.9.0",
	"keywords": [
		"kirby",
		"cms",
		"cli",
		"command"
	],
	"authors": [
		{
			"name": "Kirby Team",
			"email": "support@getkirby.com",
			"homepage": "https://getkirby.com"
		}
	],
	"homepage": "https://getkirby.com",
	"support": {
		"email": "support@getkirby.com",
		"issues": "https://github.com/getkirby/cli/issues",
		"forum": "https://forum.getkirby.com",
		"source": "https://github.com/getkirby/cli"
	},
	"require": {
		"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
		"ext-zip": "*",
		"composer-runtime-api": "^2.2",
		"guzzlehttp/guzzle": "^7.10.0",
		"league/climate": "^3.10.0"
	},
	"autoload": {
		"psr-4": {
			"Kirby\\": [
				"src/",
				"tests/"
			]
		}
	},
	"bin": [
		"bin/kirby"
	],
	"config": {
		"optimize-autoloader": true
	},
	"scripts": {
		"analyze": [
			"@analyze:composer",
			"@analyze:phpcpd",
			"@analyze:phpmd"
		],
		"analyze:composer": "composer validate --strict --no-check-version --no-check-all",
		"analyze:phpcpd": "phpcpd --fuzzy --exclude tests --exclude vendor .",
		"analyze:phpmd": "phpmd . ansi phpmd.xml.dist --exclude 'tests/*,vendor/*,_templates/*'",
		"analyze:psalm": "psalm",
		"ci": [
			"@fix",
			"@test"
		],
		"fix": "php-cs-fixer fix",
		"test": "phpunit"
	}
}
