b50ae60
{
b50ae60
	"name": "michelf/php-markdown",
b50ae60
	"type": "library",
b50ae60
	"description": "PHP Markdown",
b50ae60
	"homepage": "https://michelf.ca/projects/php-markdown/",
b50ae60
	"keywords": ["markdown"],
b50ae60
	"license": "BSD-3-Clause",
b50ae60
	"authors": [
b50ae60
		{
b50ae60
			"name": "Michel Fortin",
b50ae60
			"email": "michel.fortin@michelf.ca",
b50ae60
			"homepage": "https://michelf.ca/",
b50ae60
			"role": "Developer"
b50ae60
		},
b50ae60
		{
b50ae60
			"name": "John Gruber",
b50ae60
			"homepage": "https://daringfireball.net/"
b50ae60
		}
b50ae60
	],
b50ae60
	"require": {
b50ae60
		"php": ">=5.3.0"
b50ae60
	},
b50ae60
	"autoload": {
b50ae60
 		"psr-4": { "Michelf\\": "Michelf/" }
b999cd5
	},
b999cd5
	"require-dev": {
b999cd5
		"phpunit/phpunit": ">=4.3 <5.8"
b50ae60
	}
b50ae60
}