{
	"name": "reelworx/wizard-crpagetree",
	"type": "typo3-cms-extension",
	"description": "Wizard that will create a page tree for you. Feed it with a space indented tree structure of the desired pages and the pages will be created for you.",
	"license": "GPL-2.0-or-later",
	"authors": [
		{
			"name": "Michiel Roos",
			"role": "Developer"
		},
		{
			"name": "Reelworx GmbH",
			"role": "Maintainer",
			"homepage": "https://reelworx.at/"
		}
	],
	"keywords": [
		"wizard",
		"typo3",
		"pages",
		"mass editing"
	],
	"require": {
		"php": "^8.2",
		"typo3/cms-core": "^13.4",
		"typo3/cms-backend": "^13.4",
		"typo3/cms-fluid": "^13.4"
	},
	"autoload": {
		"psr-4": {
			"MichielRoos\\WizardCrpagetree\\": "Classes"
		}
	},
	"extra": {
		"typo3/cms": {
			"web-dir": ".Build/public",
			"extension-key": "wizard_crpagetree"
		},
		"branch-alias": {
			"dev-master": "7.x-dev"
		}
	},
	"config": {
		"vendor-dir": ".Build/vendor",
		"allow-plugins": {
			"typo3/cms-composer-installers": true,
			"typo3/class-alias-loader": true
		}
	}
}
