diff --git a/README.md b/README.md index e0f585b..ca23a38 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ ![Alt Three TestBench](https://user-images.githubusercontent.com/2829600/71490850-0de16e00-2825-11ea-84ac-bf5c4bc80912.png)
## 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 ```