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 3f25ddb commit d53a20d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Imagine (Wrapper) Component is a Laravel 5 package wrapper for [Imagine](https:/
[![Latest Stable Version](https://img.shields.io/github/release/orchestral/imagine.svg?style=flat-square)](https://packagist.org/packages/orchestra/imagine)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/imagine.svg?style=flat-square)](https://packagist.org/packages/orchestra/imagine)
[![MIT License](https://img.shields.io/packagist/l/orchestra/imagine.svg?style=flat-square)](https://packagist.org/packages/orchestra/imagine)
[![Build Status](https://img.shields.io/travis/orchestral/imagine/3.2.svg?style=flat-square)](https://travis-ci.org/orchestral/imagine)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/imagine/3.2.svg?style=flat-square)](https://coveralls.io/r/orchestral/imagine?branch=3.2)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/imagine/3.2.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/imagine/)
[![Build Status](https://img.shields.io/travis/orchestral/imagine/master.svg?style=flat-square)](https://travis-ci.org/orchestral/imagine)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/imagine/master.svg?style=flat-square)](https://coveralls.io/r/orchestral/imagine?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/imagine/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/imagine/)

## Table of Content

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"require": {
"php": ">=5.5.0",
"imagine/imagine": "~0.5",
"orchestra/support-core": "~3.2.0",
"orchestra/support-providers": "~3.2.0"
"orchestra/support-core": "~3.3.0",
"orchestra/support-providers": "~3.3.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/container": "~5.2.0"
"illuminate/container": "~5.3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d53a20d

Please sign in to comment.