X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fcebe%2Fmarkdown%2Fcomposer.json;fp=vendor%2Fcebe%2Fmarkdown%2Fcomposer.json;h=844c022909796e34589916e4bf373b2c4434b7dc;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/cebe/markdown/composer.json b/vendor/cebe/markdown/composer.json new file mode 100644 index 000000000..844c02290 --- /dev/null +++ b/vendor/cebe/markdown/composer.json @@ -0,0 +1,42 @@ +{ + "name": "cebe/markdown", + "description": "A super fast, highly extensible markdown parser for PHP", + "keywords": ["markdown", "gfm", "markdown-extra", "fast", "extensible"], + "homepage": "https://github.com/cebe/markdown#readme", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Carsten Brandt", + "email": "mail@cebe.cc", + "homepage": "http://cebe.cc/", + "role": "Creator" + } + ], + "support": { + "issues": "https://github.com/cebe/markdown/issues", + "source": "https://github.com/cebe/markdown" + }, + "require": { + "php": ">=5.4.0", + "lib-pcre": "*" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "facebook/xhprof": "*@dev", + "cebe/indent": "*" + }, + "autoload": { + "psr-4": { + "cebe\\markdown\\": "" + } + }, + "bin": [ + "bin/markdown" + ], + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + } +}