{
	"name": "typo3/cms-recycler",
	"type": "typo3-cms-framework",
	"description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.",
	"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"
	},
	"suggest": {
		"typo3/cms-scheduler": "Remove deleted records after given time"
	},
	"conflict": {
		"typo3/cms": "*"
	},
	"replace": {
		"recycler": "*"
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "recycler"
		}
	},
	"autoload": {
		"psr-4": {
			"TYPO3\\CMS\\Recycler\\": "Classes/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"TYPO3\\CMS\\Recycler\\Tests\\": "Tests/"
		}
	}
}
