-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 872 Bytes
/
composer.json
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
30
{
"name": "betothreeprod/markdown-plugin",
"description": "A CakePHP plugin that facilitates the use of PHP Markdown with CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp", "markdown", "plugin"],
"homepage": "https://github.com/b23prodtm/markdown-plugin",
"license": "MIT",
"authors": [
{
"name": "Maury M. Marques",
"role": "Author"
},
{
"name": "Tina Rakoto Arimanana",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/b23prodtm/markdown-plugin/issues",
"source": "https://github.com/b23prodtm/markdown-plugin"
},
"require": {
"michelf/php-markdown": "^1.8",
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"installer-name": "MarkdownExtra"
}
}