aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/composer.json
blob: 093507554bac70cb58332e5c999b906d0d2450d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
	"name": "michelf/php-markdown",
	"type": "library",
	"description": "PHP Markdown",
	"homepage": "https://michelf.ca/projects/php-markdown/",
	"keywords": ["markdown"],
	"license": "BSD-3-Clause",
	"authors": [
		{
			"name": "Michel Fortin",
			"email": "michel.fortin@michelf.ca",
			"homepage": "https://michelf.ca/",
			"role": "Developer"
		},
		{
			"name": "John Gruber",
			"homepage": "https://daringfireball.net/"
		}
	],
	"require": {
		"php": ">=5.3.0"
	},
	"autoload": {
 		"psr-4": { "Michelf\\": "Michelf/" }
	},
	"require-dev": {
		"phpunit/phpunit": ">=4.3 <5.8"
	}
}