Skip to content

Commit

Permalink
Prepare 3.9 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 Jun 16, 2019
1 parent 6a4f19c commit 6c0b383
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .php_cs
Expand Up @@ -23,6 +23,7 @@ return PhpCsFixer\Config::create()
'phpdoc_order' => true,
'pre_increment' => false,
'self_accessor' => false,
'single_trait_insert_per_statement' => false,
'yoda_style' => false,
])
->setFinder($finder);
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,11 +1,9 @@
language: php

sudo: false
dist: xenial

php:
- 7.2
- 7.3
- nightly

env:
global:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -7,12 +7,12 @@ Widget Component allow you to manage widgetize actions in Orchestra Platform. By
* **Pane** to manage dashboard items.
* **Placeholder** to manage sidebar widgets.

[![Build Status](https://travis-ci.org/orchestral/widget.svg?branch=master)](https://travis-ci.org/orchestral/widget)
[![Build Status](https://travis-ci.org/orchestral/widget.svg?branch=3.9)](https://travis-ci.org/orchestral/widget)
[![Latest Stable Version](https://poser.pugx.org/orchestra/widget/version)](https://packagist.org/packages/orchestra/widget)
[![Total Downloads](https://poser.pugx.org/orchestra/widget/downloads)](https://packagist.org/packages/orchestra/widget)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/widget/v/unstable)](//packagist.org/packages/orchestra/widget)
[![License](https://poser.pugx.org/orchestra/widget/license)](https://packagist.org/packages/orchestra/widget)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/widget/badge.svg?branch=master)](https://coveralls.io/github/orchestral/widget?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/widget/badge.svg?branch=3.9)](https://coveralls.io/github/orchestral/widget?branch=3.9)

## Table of Content

Expand All @@ -29,6 +29,7 @@ Laravel | Widget
5.6.x | 3.6.x
5.7.x | 3.7.x
5.8.x | 3.8.x
5.9.x | 3.9.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
"orchestra/support": "~3.9.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"mockery/mockery": "^1.2",
"orchestra/testbench": "~3.9.0"
},
"extra": {
Expand Down

0 comments on commit 6c0b383

Please sign in to comment.