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

Commit fe48ddd

Browse files
Update README.md
1 parent bc426d8 commit fe48ddd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

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

33
<p align="center">
4+
<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>
45
<a href="https://github.styleci.io/repos/47478560"><img src="https://github.styleci.io/repos/47478560/shield" alt="StyleCI Status"></img></a>
5-
<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>
6-
<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>
76
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square" alt="Software License"></img></a>
7+
<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>
88
<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>
99
</p>
1010

1111

1212
## Installation
1313

14-
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):
14+
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):
1515

1616
```bash
17-
$ composer require alt-three/testbench --dev
17+
$ composer require alt-three/testbench:^4.2 --dev
1818
```
1919

2020

0 commit comments

Comments
 (0)