Skip to content

Commit

Permalink
Move to 3.0 branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 12, 2014
1 parent 96c1f69 commit 9ccbabe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Orchestra Platform Widget Component
* **Pane** to manage dashboard items.
* **Placeholder** to manage sidebar widgets.

[![Latest Stable Version](https://poser.pugx.org/orchestra/widget/v/stable.png)](https://packagist.org/packages/orchestra/widget)
[![Total Downloads](https://poser.pugx.org/orchestra/widget/downloads.png)](https://packagist.org/packages/orchestra/widget)
[![Build Status](https://travis-ci.org/orchestral/widget.svg?branch=master)](https://travis-ci.org/orchestral/widget)
[![Coverage Status](https://coveralls.io/repos/orchestral/widget/badge.png?branch=master)](https://coveralls.io/r/orchestral/widget?branch=master)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/orchestral/widget/badges/quality-score.png?s=c45e8b240b7aedd08eaf70a0061c2b1d25c04f09)](https://scrutinizer-ci.com/g/orchestral/widget/)
[![Latest Stable Version](https://poser.pugx.org/orchestra/widget/v/stable.png)](https://packagist.org/packages/orchestra/widget)
[![Total Downloads](https://poser.pugx.org/orchestra/widget/downloads.png)](https://packagist.org/packages/orchestra/widget)
[![Build Status](https://travis-ci.org/orchestral/widget.svg?branch=master)](https://travis-ci.org/orchestral/widget)
[![Coverage Status](https://coveralls.io/repos/orchestral/widget/badge.png?branch=master)](https://coveralls.io/r/orchestral/widget?branch=master)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/orchestral/widget/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/orchestral/widget/)

## Quick Installation

Expand All @@ -20,7 +20,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/widget": "2.3.*"
"orchestra/widget": "3.0.*"
}
}
```
Expand All @@ -39,4 +39,4 @@ Next add the service provider in `app/config/app.php`.
## Resources

* [Documentation](http://orchestraplatform.com/docs/latest/components/widget)
* [Change Log](http://orchestraplatform.com/docs/latest/components/widget/changes#v2-3)
* [Change Log](http://orchestraplatform.com/docs/latest/components/widget/changes#v3-0)
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orchestra/widget",
"description": "Orchestra Platform 2 Widget Component",
"description": "Widget Component for Orchestra Platform",
"homepage": "http://orchestraplatform.com/docs/latest/components/widget/",
"keywords": ["orchestra-platform", "orchestral", "laravel", "widget"],
"license": "MIT",
Expand All @@ -18,20 +18,20 @@
},
"require": {
"php": ">=5.4.0",
"orchestra/support": "2.3.*"
"orchestra/support": "3.0.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/container": "4.3.*",
"illuminate/support": "4.3.*"
"illuminate/container": "5.0.*",
"illuminate/support": "5.0.*"
},
"suggest": {
"laravel/framework": "Allow using orchestra/widget component outside of Orchestra Platform 2",
"orchestra/foundation": "Allow using orchestra/widget with Orchestra Platform 2"
"laravel/framework": "Allow using orchestra/widget component outside of Orchestra Platform",
"orchestra/foundation": "Allow using orchestra/widget with Orchestra Platform"
},
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
"dev-master": "3.0-dev"
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit 9ccbabe

Please sign in to comment.