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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Jul 21, 2020
1 parent bc426d8 commit fe48ddd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
![Alt Three TestBench](https://user-images.githubusercontent.com/2829600/71490850-0de16e00-2825-11ea-84ac-bf5c4bc80912.png)

<p align="center">
<a href="https://github.com/AltThree/TestBench/actions?query=workflow%3ATests"><img src="https://img.shields.io/github/workflow/status/AltThree/TestBench/Tests?label=Tests&style=flat-square" alt="Build Status"></img></a>
<a href="https://github.styleci.io/repos/47478560"><img src="https://github.styleci.io/repos/47478560/shield" alt="StyleCI Status"></img></a>
<a href="https://github.com/AltThree/TestBench/actions?query=workflow%3ATests"><img src="https://img.shields.io/github/workflow/status/AltThree/TestBench/Tests?style=flat-square" alt="Build Status"></img></a>
<a href="https://scrutinizer-ci.com/g/AltThree/TestBench"><img src="https://img.shields.io/scrutinizer/g/AltThree/TestBench?style=flat-square" alt="Quality Score"></img></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square" alt="Software License"></img></a>
<a href="https://packagist.org/packages/alt-three/testbench"><img src="https://img.shields.io/packagist/dt/alt-three/testbench?style=flat-square" alt="Packagist Downloads"></img></a>
<a href="https://github.com/AltThree/TestBench/releases"><img src="https://img.shields.io/github/release/AltThree/TestBench?style=flat-square" alt="Latest Version"></img></a>
</p>


## Installation

Alt Three TestBench provides some testing traits for Laravel apps. This version requires [PHP](https://php.net) 7.0-7.4, and supports [PHPUnit](https://phpunit.de/) 6-9 and Laravel 5.5-7. Simply require the package using [Composer](https://getcomposer.org):
Alt Three TestBench provides some testing traits for Laravel apps. This version requires [PHP](https://php.net) 7.0-8.0, and supports [PHPUnit](https://phpunit.de/) 6-9 and Laravel 5.5-7. Simply require the package using [Composer](https://getcomposer.org):

```bash
$ composer require alt-three/testbench --dev
$ composer require alt-three/testbench:^4.2 --dev
```


Expand Down

0 comments on commit fe48ddd

Please sign in to comment.