Skip to content

Commit

Permalink
Update 3.6 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 31, 2018
1 parent c5de8e2 commit 728f7b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
}
}
```
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down

0 comments on commit 728f7b9

Please sign in to comment.