{
	"name": "athlon1600/youtube-downloader",
	"description": "PHP powered alternative for youtube-dl",
	"keywords": ["youtube downloader", "download youtube", "download youtube videos"],
	"license": "MIT",
	"require": {
		"php": "^7.4|^8.0",
		"ext-curl": "*",
		"ext-json": "*",
		"athlon1600/php-curl-file-downloader": "^1.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0"
	},
	"autoload": {
		"psr-4": {
			"YouTube\\": "src/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"YouTube\\Tests\\": "tests"
		}
	},
	"scripts": {
		"test": "phpunit tests"
	}
}
