From 15c2f4c2a4e13e72db770c93b549eb0bcfea6aa9 Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Thu, 5 Mar 2020 09:42:42 +0100 Subject: [PATCH] Readme-tweak. --- README.jp.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.jp.md b/README.jp.md index 9af2b41..1176b0f 100644 --- a/README.jp.md +++ b/README.jp.md @@ -30,7 +30,7 @@ Basic認証は望まないユーザーからのアクセスを排除すること Laravel | l5-very-basic-auth :--------------------------------------|:---------- `^5.4` | `5.*` -`^6 || ^7` | `6.*` +^6 || ^7 | `6.*` #### Laravel4.xを使っている場合 diff --git a/README.md b/README.md index e741425..83e636e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ While HTTP Basic Auth does give you a protection layer against unwanted visitors Laravel | l5-very-basic-auth :--------------------------------------|:---------- `^5.4` | `5.*` -`^6 || ^7` | `6.*` +^6 || ^7 | `6.*` *The odd versioning is due to breaking changes in the testing framework and PHP versions. Else, `3.x` is usable for Laravel 5.4 (PHP 5.6 and up) and `4.x` for Laravel 5.5.*