Skip to content

Commit

Permalink
Prepare master branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 18, 2015
1 parent e83306c commit ec91585
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Widget Component allow you to manage widgetize actions in Orchestra Platform. By
[![Latest Stable Version](https://img.shields.io/github/release/orchestral/widget.svg?style=flat-square)](https://packagist.org/packages/orchestra/widget)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/widget.svg?style=flat-square)](https://packagist.org/packages/orchestra/widget)
[![MIT License](https://img.shields.io/packagist/l/orchestra/widget.svg?style=flat-square)](https://packagist.org/packages/orchestra/widget)
[![Build Status](https://img.shields.io/travis/orchestral/widget/3.2.svg?style=flat-square)](https://travis-ci.org/orchestral/widget)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/widget/3.2.svg?style=flat-square)](https://coveralls.io/r/orchestral/widget?branch=3.2)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/widget/3.2.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/widget/)
[![Build Status](https://img.shields.io/travis/orchestral/widget/master.svg?style=flat-square)](https://travis-ci.org/orchestral/widget)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/widget/master.svg?style=flat-square)](https://coveralls.io/r/orchestral/widget?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/widget/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/widget/)

## Table of Content

Expand All @@ -33,6 +33,7 @@ Laravel | Widget
5.0.x | 3.0.x
5.1.x | 3.1.x
5.2.x | 3.2.x@dev
5.3.x | 3.3.x@dev

## Installation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"require": {
"php": ">=5.5.0",
"orchestra/support": "~3.2.0"
"orchestra/support": "~3.3.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/container": "~5.2.0"
"illuminate/container": "~5.3.0"
},
"suggest": {
"laravel/framework": "Allow using orchestra/widget component outside of Orchestra Platform (~5.2).",
"orchestra/foundation": "Allow using orchestra/widget with Orchestra Platform (~3.2)."
"laravel/framework": "Allow using orchestra/widget component outside of Orchestra Platform (~5.3).",
"orchestra/foundation": "Allow using orchestra/widget with Orchestra Platform (~3.3)."
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit ec91585

Please sign in to comment.