zanders-php-markdown/composer.json
Tomáš Votruba 76f31b1622 composer: drop deprecated alias
I recommend dropping alias, since it has not enough attention to keep them up to date. Usual case for most I've seen.
Now it's version 1.8-dev so it's been useless for a while now.
2016-10-30 21:34:27 +01:00

26 lines
522 B
JSON

{
"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-0": { "Michelf": "" }
}
}