{
	"name": "dereuromark/media-embed",
	"description": "A PHP library to deal with all those media services around, parsing their URLs and embedding their audio/video content in websites.",
	"keywords": ["media", "embed", "PHP", "iframe", "video", "audio"],
	"license": "MIT",
	"authors": [
		{
			"name": "Mark Scherer",
			"role": "Author",
			"homepage": "http://www.dereuromark.de"
		}
	],
	"require": {
		"php": ">=5.4"
	},
	"require-dev":{
		"fig-r/psr2r-sniffer": "dev-master"
	},
	"autoload": {
		"psr-0": {
			"": "src/"
		}
	},
	"scripts": {
		"post-install-cmd": "App\\Console\\Installer::postInstall",
		"post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump",
		"test": "phpunit",
		"test-coverage": "phpunit --log-junit tmp/coverage/unitreport.xml --coverage-html tmp/coverage --coverage-clover tmp/coverage/coverage.xml",
		"test-setup": "[ ! -f phpunit.phar ] && wget https://phar.phpunit.de/phpunit.phar || true",
		"cs-check": "phpcs -v -p --standard=vendor/fig-r/psr2r-sniffer/PSR2R/ruleset.xml --ignore=/vendor/,/tmp/,/tests/test_files/ --extensions=php ./",
		"cs-fix": "phpcbf -v --standard=vendor/fig-r/psr2r-sniffer/PSR2R/ruleset.xml --ignore=/vendor/,/tmp/,/tests/test_files/ --extensions=php ./"
	}
}
