Skip to content

Commit

Permalink
Prepare master (3.1) branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 30, 2015
1 parent a2862c4 commit 5053dba
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Support Component includes a basic set of classes required by Orchestra Platform
[![Latest Stable Version](https://img.shields.io/github/release/orchestral/support.svg?style=flat)](https://packagist.org/packages/orchestra/support)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/support.svg?style=flat)](https://packagist.org/packages/orchestra/support)
[![MIT License](https://img.shields.io/packagist/l/orchestra/support.svg?style=flat)](https://packagist.org/packages/orchestra/support)
[![Build Status](https://img.shields.io/travis/orchestral/support/3.0.svg?style=flat)](https://travis-ci.org/orchestral/support)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/support/3.0.svg?style=flat)](https://coveralls.io/r/orchestral/support?branch=3.0)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/support/3.0.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/support/)
[![Build Status](https://img.shields.io/travis/orchestral/support/master.svg?style=flat)](https://travis-ci.org/orchestral/support)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/support/master.svg?style=flat)](https://coveralls.io/r/orchestral/support?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/support/master.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/support/)

## Table of Content

Expand All @@ -24,6 +24,7 @@ Laravel | Support
4.1.x | 2.1.x
4.2.x | 2.2.x
5.0.x | 3.0.x@dev
5.1.x | 3.0.x@dev

## Installation

Expand All @@ -32,7 +33,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/support": "3.0.*"
"orchestra/support": "3.1.*"
}
}
```
Expand All @@ -43,7 +44,7 @@ And then run `composer install` from the terminal.

Above installation can also be simplify by using the following command:

composer require "orchestra/support=3.0.*"
composer require "orchestra/support=3.1.*"

## Resources

Expand Down

0 comments on commit 5053dba

Please sign in to comment.