From 728f7b9cf9d81e6446f95779d6a61cbdda435058 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 31 Jul 2018 20:46:41 +0800 Subject: [PATCH] Update 3.6 branch Signed-off-by: Mior Muhammad Zaki --- README.md | 5 +++-- phpunit.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7308683..63ea574 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Messages Component bring a unified notification support for Laravel and Orchestr [![Total Downloads](https://poser.pugx.org/orchestra/messages/downloads)](https://packagist.org/packages/orchestra/messages) [![Latest Unstable Version](https://poser.pugx.org/orchestra/messages/v/unstable)](//packagist.org/packages/orchestra/messages) [![License](https://poser.pugx.org/orchestra/messages/license)](https://packagist.org/packages/orchestra/messages) +[![Coverage Status](https://coveralls.io/repos/github/orchestral/messages/badge.svg?branch=3.6)](https://coveralls.io/github/orchestral/messages?branch=3.6) ## Table of Content @@ -40,7 +41,7 @@ To install through composer, simply put the following in your `composer.json` fi ```json { "require": { - "orchestra/messages": "~3.0" + "orchestra/messages": "^3.0" } } ``` @@ -51,7 +52,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.0" + composer require "orchestra/messages=^3.0" ## Configuration diff --git a/phpunit.xml b/phpunit.xml index 9318e17..fedd3b7 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,6 +2,7 @@