From b8e822ddb5951408ccee09c5ef70e9ca8dc98b31 Mon Sep 17 00:00:00 2001 From: crynobone Date: Fri, 30 Jan 2015 14:50:32 +0800 Subject: [PATCH] Update readme. Signed-off-by: crynobone --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d38783a..5a6c8bd 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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