mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-07 08:12:34 -06:00
Added the composer.json for composer support.
Allows installing the package using the PHP package manager "Composer".
This commit is contained in:
parent
6abda7ab68
commit
911c7718f8
11
composer.json
Normal file
11
composer.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "sparksuite/simplemde-markdown-editor",
|
||||
"description": "A simple, beautiful, and embeddable JavaScript Markdown editor.",
|
||||
"license": "MIT",
|
||||
"type": "project",
|
||||
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
|
||||
"support": {
|
||||
"issues": "https://github.com/sparksuite/simplemde-markdown-editor/issues",
|
||||
"source": "https://github.com/sparksuite/simplemde-markdown-editor"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user