diff --git a/README.md b/README.md index f7eb816..2fd5972 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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.*" } } ``` @@ -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