Skip to content

Commit

Permalink
Prepare 3.3 branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 25, 2016
1 parent 879e7f6 commit ddd9602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
before_commands:
- 'composer install --prefer-source --no-interaction'
- 'composer install --prefer-dist --no-interaction'
filter:
paths:
- 'src/*'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,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-square)](https://packagist.org/packages/orchestra/testbench)
[![Total Downloads](https://img.shields.io/packagist/dt/orchestra/testbench.svg?style=flat-square)](https://packagist.org/packages/orchestra/testbench)
[![MIT License](https://img.shields.io/packagist/l/orchestra/testbench.svg?style=flat-square)](https://packagist.org/packages/orchestra/testbench)
[![Build Status](https://img.shields.io/travis/orchestral/testbench/master.svg?style=flat-square)](https://travis-ci.org/orchestral/testbench)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/testbench/master.svg?style=flat-square)](https://coveralls.io/r/orchestral/testbench?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/testbench/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/testbench/)
[![Build Status](https://img.shields.io/travis/orchestral/testbench/3.3.svg?style=flat-square)](https://travis-ci.org/orchestral/testbench)
[![Coverage Status](https://img.shields.io/coveralls/orchestral/testbench/3.3.svg?style=flat-square)](https://coveralls.io/r/orchestral/testbench?branch=3.3)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/orchestral/testbench/3.3.svg?style=flat-square)](https://scrutinizer-ci.com/g/orchestral/testbench/)

* [Version Compatibility](#version-compatibility)
* [Installation](#installation)
Expand Down

0 comments on commit ddd9602

Please sign in to comment.