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 May 25, 2016
1 parent 8e41462 commit 89c67da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ 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.3.svg?style=flat-square)](https://travis-ci.org/orchestral/widget)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/widget/3.3.svg?style=flat-square)](https://coveralls.io/r/orchestral/widget?branch=3.3)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/widget/3.3.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

* [Version Compatibility](#version-compatibility)
* [Installation](#installation)
* [Configuration](#configuration)
* [Resources](#resources)
* [Change Log](http://orchestraplatform.com/docs/latest/components/widget/changes#v3-3)
* [Change Log](http://orchestraplatform.com/docs/latest/components/widget/changes#v3-4)

## Version Compatibility

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

0 comments on commit 89c67da

Please sign in to comment.