Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 37aa083

Browse files
Update README.md
1 parent d3b9437 commit 37aa083

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
# Alt Three TestBench
1+
![Alt Three TestBench](https://user-images.githubusercontent.com/2829600/71490850-0de16e00-2825-11ea-84ac-bf5c4bc80912.png)
22

3-
[![Build Status](https://img.shields.io/travis/AltThree/TestBench/master.svg?style=flat-square)](https://travis-ci.org/AltThree/TestBench)
4-
[![StyleCI](https://github.styleci.io/repos/47478560/shield?branch=master)](https://github.styleci.io/repos/47478560)
5-
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
6-
7-
**Provides some testing traits for apps.**
3+
<p align="center">
4+
<a href="https://github.styleci.io/repos/47478560"><img src="https://github.styleci.io/repos/47478560/shield?branch=master" alt="StyleCI Status"></img></a>
5+
<a href="https://travis-ci.org/AltThree/TestBench"><img src="https://img.shields.io/travis/AltThree/TestBench/master.svg?style=flat-square" alt="Build Status"></img></a>
6+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License"></img></a>
7+
<a href="https://github.com/AltThree/TestBench/releases"><img src="https://img.shields.io/github/release/AltThree/TestBench.svg?style=flat-square" alt="Latest Version"></img></a>
8+
</p>
89

910

1011
## Installation
1112

12-
This version requires [PHP](https://php.net) 7.0-7.4, and supports [PHPUnit](https://phpunit.de/) 6-8 and Laravel 5.1-7.
13-
14-
To get the latest version, simply require the project using [Composer](https://getcomposer.org):
13+
Alt Three TestBench provides some testing traits for Laravel apps. This version requires [PHP](https://php.net) 7.1-7.4, and supports Laravel 5.5-5.8 and 6. Simply require the package using [Composer](https://getcomposer.org):
1514

1615
```bash
1716
$ composer require alt-three/testbench --dev

0 commit comments

Comments
 (0)