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

Commit

Permalink
Advertise Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 25, 2020
1 parent d7eeca4 commit 33624be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Installation

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):
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-8. Simply require the package using [Composer](https://getcomposer.org):

```bash
$ composer require alt-three/testbench:^4.2 --dev
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.0 || ^8.0",
"graham-campbell/testbench-core": "^3.1"
"graham-campbell/testbench-core": "^3.2"
},
"require-dev": {
"graham-campbell/analyzer": "^2.4 || ^3.0",
Expand Down

0 comments on commit 33624be

Please sign in to comment.