From aaa8782cf685dc6be82aefeb0889b88a86aeb466 Mon Sep 17 00:00:00 2001 From: Oliver Green Date: Fri, 19 Feb 2021 19:27:58 +0000 Subject: [PATCH] Update readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bd8a16a..1d5666b 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ ![Auth Flow](https://boxedcode.uk/challenge-new.gif) ## Version Compatibility -You'll need PHP >= 7.2.5 and Laravel 5.8, 6.x or 7.x. +You'll need PHP >= 7.4 and Laravel 6.x, 7.x or 8.x. ## Getting Started A demo project is available at [laravel-challenge-demo](https://github.com/boxed-code/laravel-challenge-demo), see [this commit](https://github.com/boxed-code/laravel-challenge-demo/commit/e7d83c6a719ddafb9412f1aef3285f3bf5a36e55) to view how simple it is to implement.