Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jan 30, 2015
1 parent c33ca60 commit b8e822d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Testbench Component is a simple package that is supposed to help you write tests
[![Latest Stable Version](https://img.shields.io/github/release/orchestral/testbench.svg?style=flat)](https://packagist.org/packages/orchestra/testbench)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/testbench.svg?style=flat)](https://packagist.org/packages/orchestra/testbench)
[![MIT License](https://img.shields.io/packagist/l/orchestra/testbench.svg?style=flat)](https://packagist.org/packages/orchestra/testbench)
[![Build Status](https://img.shields.io/travis/orchestral/testbench/master.svg?style=flat)](https://travis-ci.org/orchestral/testbench)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/testbench/master.svg?style=flat)](https://coveralls.io/r/orchestral/testbench?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/testbench/master.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/testbench/)
[![Build Status](https://img.shields.io/travis/orchestral/testbench/3.0.svg?style=flat)](https://travis-ci.org/orchestral/testbench)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/testbench/3.0.svg?style=flat)](https://coveralls.io/r/orchestral/testbench?branch=3.0)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/testbench/3.0.svg?style=flat)](https://scrutinizer-ci.com/g/orchestral/testbench/)
[![Reference Status](https://www.versioneye.com/php/orchestra:testbench/reference_badge.svg?style=flat)](https://www.versioneye.com/php/orchestra:testbench/references)

* [Version Compatibility](#version-compatibility)
Expand Down Expand Up @@ -37,6 +37,13 @@ To install through composer, simply put the following in your `composer.json` fi
}
```

And then run `composer install` from the terminal.

### Quick Installation

Above installation can also be simplify by using the following command:

composer require "orchestra/testbench=3.0.*"

## Usage

Expand Down

0 comments on commit b8e822d

Please sign in to comment.