Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
Update 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 26, 2015
1 parent 18e4f22 commit d004251
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 @@ Optimization tool for Orchestra Platform, which work based on `php artisan optim
[![Latest Stable Version](https://img.shields.io/github/release/orchestral/optimize.svg?style=flat-square)](https://packagist.org/packages/orchestra/optimize)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/optimize.svg?style=flat-square)](https://packagist.org/packages/orchestra/optimize)
[![MIT License](https://img.shields.io/packagist/l/orchestra/optimize.svg?style=flat-square)](https://packagist.org/packages/orchestra/optimize)
[![Build Status](https://img.shields.io/travis/orchestral/optimize/3.2.svg?style=flat-square)](https://travis-ci.org/orchestral/optimize)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/optimize/3.2.svg?style=flat-square)](https://coveralls.io/r/orchestral/optimize?branch=3.2)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/optimize/3.2.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/optimize/)
[![Build Status](https://img.shields.io/travis/orchestral/optimize/master.svg?style=flat-square)](https://travis-ci.org/orchestral/optimize)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/optimize/master.svg?style=flat-square)](https://coveralls.io/r/orchestral/optimize?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/optimize/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/optimize/)

## Table of Content

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"require": {
"php": ">=5.5.0",
"orchestra/contracts": "~3.2.0"
"orchestra/contracts": "~3.3.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/console": "~5.2.0",
"illuminate/container": "~5.2.0",
"illuminate/filesystem": "~5.2.0"
"illuminate/console": "~5.3.0",
"illuminate/container": "~5.3.0",
"illuminate/filesystem": "~5.3.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit d004251

Please sign in to comment.