{
	"name": "typo3/cms-linkvalidator",
	"type": "typo3-cms-framework",
	"description": "Link Validator checks the links in your website for validity. It can validate all kinds of links: internal, external and file links. Scheduler is supported to run Link Validator via Cron including the option to send status mails, if broken links were detected.",
	"homepage": "https://typo3.org",
	"license": ["GPL-2.0-or-later"],
	"authors": [{
		"name": "TYPO3 Core Team",
		"email": "typo3cms@typo3.org",
		"role": "Developer"
	}],
	"config": {
		"sort-packages": true
	},
	"require": {
		"php": "^7.0 <7.4",
		"typo3/cms-core": "8.7.27",
		"typo3/cms-info": "8.7.27"
	},
	"suggest": {
		"typo3/cms-scheduler": "Regular checks of links"
	},
	"conflict": {
		"typo3/cms": "*"
	},
	"replace": {
		"linkvalidator": "*"
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "linkvalidator"
		}
	},
	"autoload": {
		"psr-4": {
			"TYPO3\\CMS\\Linkvalidator\\": "Classes/"
		}
	}
}
