Skip to content

Commit

Permalink
Setup branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 16, 2015
1 parent bc0b470 commit 045d07f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Messages Component for Laravel and Orchestra Platform

Messages Component bring a unified notification support for Laravel and Orchestra Platform.

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

## Table of Content

Expand Down
82 changes: 41 additions & 41 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "orchestra/messages",
"description": "Messages Component for Laravel and Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/messages/",
"keywords": ["orchestra-platform", "orchestral", "laravel", "messages", "notification"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Orchestra\\Messages\\" : "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"php": ">=5.5.0",
"orchestra/contracts": "~3.2.0",
"orchestra/support": "~3.2.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/container": "~5.2.0",
"illuminate/http": "~5.2.0",
"illuminate/session": "~5.2.0"
},
"suggest": {
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.2).",
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.2)."
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"minimum-stability": "dev"
"name": "orchestra/messages",
"description": "Messages Component for Laravel and Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/messages/",
"keywords": ["orchestra-platform", "orchestral", "laravel", "messages", "notification"],
"license": "MIT",
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
"psr-4": {
"Orchestra\\Messages\\" : "src/"
},
"files": [
"src/helpers.php"
]
},
"require": {
"php": ">=5.5.0",
"orchestra/contracts": "~3.2.0",
"orchestra/support": "~3.2.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/container": "~5.2.0",
"illuminate/http": "~5.2.0",
"illuminate/session": "~5.2.0"
},
"suggest": {
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.2).",
"orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.2)."
},
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"minimum-stability": "dev"
}

0 comments on commit 045d07f

Please sign in to comment.