Skip to content

Commit

Permalink
Merge pull request #42 from olssonm/laravel-7
Browse files Browse the repository at this point in the history
Readme-tweak.
  • Loading branch information
olssonm authored Mar 5, 2020
2 parents 0f85ce9 + 15c2f4c commit 748b195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Basic認証は望まないユーザーからのアクセスを排除すること
Laravel | l5-very-basic-auth
:--------------------------------------|:----------
`^5.4` | `5.*`
`^6 || ^7` | `6.*`
<code>^6 &#124;&#124; ^7</code> | `6.*`

#### Laravel4.xを使っている場合

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*`
<code>^6 &#124;&#124; ^7</code> | `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.*

Expand Down

0 comments on commit 748b195

Please sign in to comment.