Skip to content

Commit

Permalink
Prepare master branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 3, 2017
1 parent 6c0d1df commit 24ce26b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Imagine (Wrapper) Component for Laravel 5

Imagine (Wrapper) Component is a Laravel 5 package wrapper for [Imagine](https://github.com/avalanche123/Imagine).

[![Build Status](https://travis-ci.org/orchestral/imagine.svg?branch=3.5)](https://travis-ci.org/orchestral/imagine)
[![Build Status](https://travis-ci.org/orchestral/imagine.svg?branch=master)](https://travis-ci.org/orchestral/imagine)
[![Latest Stable Version](https://poser.pugx.org/orchestra/imagine/v/stable)](https://packagist.org/packages/orchestra/imagine)
[![Total Downloads](https://poser.pugx.org/orchestra/imagine/downloads)](https://packagist.org/packages/orchestra/imagine)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/imagine/v/unstable)](//packagist.org/packages/orchestra/imagine)
Expand All @@ -28,6 +28,7 @@ Laravel | Imagine
5.3.x | 3.3.x
5.4.x | 3.4.x
5.5.x | 3.5.x
5.6.x | 3.6.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 @@ -13,11 +13,11 @@
"require": {
"php": ">=7.0",
"imagine/imagine": "~0.5",
"orchestra/support-core": "~3.5.0",
"orchestra/support-providers": "~3.5.0"
"orchestra/support-core": "~3.6.0",
"orchestra/support-providers": "~3.6.0"
},
"require-dev": {
"illuminate/container": "~5.5.0",
"illuminate/container": "~5.6.0",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~6.0"
},
Expand All @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.5-dev"
"dev-master": "3.6-dev"
}
},
"config": {
Expand Down

0 comments on commit 24ce26b

Please sign in to comment.