From 911c7718f8862278e4aafb31a2c7f0326297a808 Mon Sep 17 00:00:00 2001 From: Mistralys Date: Wed, 16 Oct 2019 17:34:37 +0200 Subject: [PATCH] Added the composer.json for composer support. Allows installing the package using the PHP package manager "Composer". --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..aee5e3b --- /dev/null +++ b/composer.json @@ -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" + } +}