Added the composer.json for composer support.

Allows installing the package using the PHP package manager "Composer".
This commit is contained in:
Mistralys 2019-10-16 17:34:37 +02:00 committed by GitHub
parent 6abda7ab68
commit 911c7718f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
composer.json Normal file
View 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"
}
}