diff --git a/README.md b/README.md index 4b9759e..50065e4 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Messages Component bring a unified notification support for Laravel and Orchestr [![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/) +[![Build Status](https://img.shields.io/travis/orchestral/messages/3.1.svg?style=flat)](https://travis-ci.org/orchestral/messages) +[![Coverage Status](https://img.shields.io/coveralls/orchestral/messages/3.1.svg?style=flat)](https://coveralls.io/r/orchestral/messages?branch=3.1) +[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/messages/3.1.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/messages/) ## Table of Content @@ -19,7 +19,7 @@ Messages Component bring a unified notification support for Laravel and Orchestr - [Adding a Message](#adding-a-message) - [Extending a Message to Current Request](#extending-a-message-to-current-request) - [Displaying the Message in a View](#displaying-the-message-in-a-view) -* [Change Log](http://orchestraplatform.com/docs/latest/components/messages/changes#v3-0) +* [Change Log](http://orchestraplatform.com/docs/latest/components/messages/changes#v3-1) ## Version Compatibility @@ -27,7 +27,7 @@ Laravel | Messages :----------|:---------- 4.2.x | 2.2.x 5.0.x | 3.0.x - 5.1.x | 3.1.x@dev + 5.1.x | 3.1.x ## Installation @@ -36,7 +36,7 @@ To install through composer, simply put the following in your `composer.json` fi ```json { "require": { - "orchestra/messages": "3.1.*" + "orchestra/messages": "~3.0" } } ``` @@ -47,7 +47,7 @@ And then run `composer install` from the terminal. Above installation can also be simplify by using the following command: - composer require "orchestra/messages=3.1.*" + composer require "orchestra/messages=~3.0" ## Configuration diff --git a/composer.json b/composer.json index 8a1c51f..6d21bd8 100644 --- a/composer.json +++ b/composer.json @@ -31,12 +31,12 @@ "illuminate/support": "5.1.*" }, "suggest": { - "laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform", - "orchestra/foundation": "Allow using orchestra/support with Orchestra Platform" + "laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).", + "orchestra/foundation": "Allow using orchestra/support with Orchestra Platform (~3.1)." }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.2-dev" } }, "minimum-stability": "dev"