Skip to content

Commit

Permalink
Update readme.md, remove Scrutinizer-linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm committed Jan 30, 2022
1 parent 70f1657 commit 8bb1d33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
23 changes: 0 additions & 23 deletions .scrutinizer.yml

This file was deleted.

11 changes: 4 additions & 7 deletions README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Total downloads][ico-downloads]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-build]][link-build]
[![Scrutinizer Score][ico-scrutinizer]][link-scrutinizer]

![very-basic-auth](https://user-images.githubusercontent.com/907114/40575964-331559ce-60ef-11e8-8366-aba700fc5567.png)

Expand All @@ -27,10 +26,10 @@ Basic認証は望まないユーザーからのアクセスを排除すること

## 対応バージョン

Laravel | l5-very-basic-auth
:------------------------------------------------------|:----------
`^5.4` | `5.*`
<code>^6 &#124;&#124; ^7 &#124;&#124; ^8</code> | `6.*`
Laravel | l5-very-basic-auth
:----------------------------------------------------------------------|:----------
`^5.4` | `5.*`
<code>^6 &#124;&#124; ^7 &#124;&#124; ^8 &#124;&#124; ^9</code> | `6.*`

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

Expand Down Expand Up @@ -155,7 +154,5 @@ MITライセンスです。 詳しくはこちらを見てください。[Licens
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-build]: https://img.shields.io/github/workflow/status/olssonm/l5-very-basic-auth/Run%20tests.svg?style=flat-square&label=tests
[ico-downloads]: https://img.shields.io/packagist/dt/olssonm/l5-very-basic-auth.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/g/olssonm/l5-very-basic-auth.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/olssonm/l5-very-basic-auth
[link-build]: https://github.com/olssonm/l5-very-basic-auth/actions?query=workflow%3A%22Run+tests%22
[link-scrutinizer]: https://scrutinizer-ci.com/g/olssonm/l5-very-basic-auth
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ While HTTP Basic Auth does give you a protection layer against unwanted visitors

## Version Compatibility

Laravel | l5-very-basic-auth
:------------------------------------------------------|:----------
`^5.4` | `5.*`
<code>^6 &#124;&#124; ^7 &#124;&#124; ^8</code> | `6.*`
Laravel | l5-very-basic-auth
:----------------------------------------------------------------------|:----------
`^5.4` | `5.*`
<code>^6 &#124;&#124; ^7 &#124;&#124; ^8 &#124;&#124; ^9</code> | `6.*`

*The odd versioning is due to breaking changes in the testing framework and PHP versions. `3.x`-releases are for Laravel 5.4 (PHP 5.6 and up) and `4.x`-releases for Laravel 5.5.*

Expand Down Expand Up @@ -184,7 +184,5 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-build]: https://img.shields.io/github/workflow/status/olssonm/l5-very-basic-auth/Run%20tests.svg?style=flat-square&label=tests
[ico-downloads]: https://img.shields.io/packagist/dt/olssonm/l5-very-basic-auth.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/g/olssonm/l5-very-basic-auth.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/olssonm/l5-very-basic-auth
[link-build]: https://github.com/olssonm/l5-very-basic-auth/actions?query=workflow%3A%22Run+tests%22
[link-scrutinizer]: https://scrutinizer-ci.com/g/olssonm/l5-very-basic-auth

0 comments on commit 8bb1d33

Please sign in to comment.