Skip to content

Commit

Permalink
Prepare master 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 Feb 20, 2020
1 parent c379960 commit 9410d0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dist: bionic
language: php

php:
- 7.2
- 7.3
- 7.4

Expand Down Expand Up @@ -33,7 +32,7 @@ after_script:

matrix:
include:
- php: 7.2
- php: 7.3
env: setup=coveralls coverage=yes
allow_failures:
- php: nightly
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Messages Component for Laravel and Orchestra Platform

Messages Component bring a unified notification support for Laravel and Orchestra Platform.

[![Build Status](https://travis-ci.org/orchestral/messages.svg?branch=5.x)](https://travis-ci.org/orchestral/messages)
[![Build Status](https://travis-ci.org/orchestral/messages.svg?branch=master)](https://travis-ci.org/orchestral/messages)
[![Latest Stable Version](https://poser.pugx.org/orchestra/messages/version)](https://packagist.org/packages/orchestra/messages)
[![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=5.x)](https://coveralls.io/github/orchestral/messages?branch=5.x)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/messages/badge.svg?branch=master)](https://coveralls.io/github/orchestral/messages?branch=master)

## Table of Content

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
}
},
"require": {
"php": ">=7.2",
"orchestra/contracts": "^5.0",
"orchestra/support": "^5.0"
"php": ">=7.3",
"orchestra/contracts": "^6.0",
"orchestra/support": "^6.0"
},
"require-dev": {
"orchestra/testbench": "^5.0"
"orchestra/testbench": "^6.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 9410d0f

Please sign in to comment.