Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Update project setup.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 19, 2015
1 parent c59056d commit 314a632
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -3,12 +3,12 @@ Kurenai

Kurenai is a Markdown document parser which allows for extra metadata to be associated with the document.

[![Latest Stable Version](https://img.shields.io/github/release/orchestral/kurenai.svg?style=flat)](https://packagist.org/packages/orchestra/kurenai)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/kurenai.svg?style=flat)](https://packagist.org/packages/orchestra/kurenai)
[![MIT License](https://img.shields.io/packagist/l/orchestra/kurenai.svg?style=flat)](https://packagist.org/packages/orchestra/kurenai)
[![Build Status](https://img.shields.io/travis/orchestral/kurenai/master.svg?style=flat)](https://travis-ci.org/orchestral/kurenai)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/kurenai/master.svg?style=flat)](https://coveralls.io/r/orchestral/kurenai?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/kurenai/master.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/kurenai/)
[![Latest Stable Version](https://img.shields.io/github/release/orchestral/kurenai.svg?style=flat-square)](https://packagist.org/packages/orchestra/kurenai)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/kurenai.svg?style=flat-square)](https://packagist.org/packages/orchestra/kurenai)
[![MIT License](https://img.shields.io/packagist/l/orchestra/kurenai.svg?style=flat-square)](https://packagist.org/packages/orchestra/kurenai)
[![Build Status](https://img.shields.io/travis/orchestral/kurenai/master.svg?style=flat-square)](https://travis-ci.org/orchestral/kurenai)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/kurenai/master.svg?style=flat-square)](https://coveralls.io/r/orchestral/kurenai?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/kurenai/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/kurenai/)

## Introduction

Expand Down
86 changes: 43 additions & 43 deletions composer.json
@@ -1,45 +1,45 @@
{
"name": "orchestra/kurenai",
"description": "Markdown document parser with metadata.",
"keywords": ["kurenai", "markdown", "metadata", "document"],
"license": "MIT",
"authors": [
{
"name": "Dayle Rees",
"email": "theppunkfan@gmail.com",
"homepage": "https://github.com/daylerees"
},
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Kurenai\\": "src/"
}
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"erusev/parsedown-extra": "~0.5",
"league/commonmark": "~0.9.0"
},
"conflict": {
"daylerees/kurenai": "~1.0"
},
"suggest": {
"erusev/parsedown": "Parsing markdown using erusev/parsedown (~1.5).",
"erusev/parsedown-extra": "Parsing markdown using erusev/parsedown-extra (~0.5).",
"league/commonmark": "Parsing markdown using league/commonmark (~0.9)."
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"minimum-stability" : "dev"
"name": "orchestra/kurenai",
"description": "Markdown document parser with metadata.",
"keywords": ["kurenai", "markdown", "metadata", "document"],
"license": "MIT",
"authors": [
{
"name": "Dayle Rees",
"email": "theppunkfan@gmail.com",
"homepage": "https://github.com/daylerees"
},
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Kurenai\\": "src/"
}
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"erusev/parsedown-extra": "~0.5",
"league/commonmark": "~0.9.0"
},
"conflict": {
"daylerees/kurenai": "~1.0"
},
"suggest": {
"erusev/parsedown": "Parsing markdown using erusev/parsedown (~1.5).",
"erusev/parsedown-extra": "Parsing markdown using erusev/parsedown-extra (~0.5).",
"league/commonmark": "Parsing markdown using league/commonmark (~0.9)."
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"minimum-stability" : "dev"
}

0 comments on commit 314a632

Please sign in to comment.