Skip to content

Commit 0cc64a5

Browse files
committed
:octocat:
1 parent 41d0231 commit 0cc64a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,25 @@ A generator for counter based ([RFC 4226](https://tools.ietf.org/html/rfc4226))
44

55
[![PHP Version Support][php-badge]][php]
66
[![version][packagist-badge]][packagist]
7-
[![Downloads][downloads-badge]][downloads]
87
[![License][license-badge]][license]
98
[![GitHub actions workflow][gh-action-badge]][gh-action]
109
[![Coverage][coverage-badge]][coverage]
1110
[![Codacy][codacy-badge]][codacy]
11+
[![Downloads][downloads-badge]][downloads]
1212

13-
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-authenticator?logo=php&color=8892BF
13+
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-authenticator?logo=php&color=8892BF&logoColor=fff
1414
[php]: https://www.php.net/supported-versions.php
15-
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-authenticator.svg?logo=packagist
15+
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-authenticator.svg?logo=packagist&logoColor=fff
1616
[packagist]: https://packagist.org/packages/chillerlan/php-authenticator
17-
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-authenticator.svg?logo=packagist
17+
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-authenticator.svg?logo=packagist&logoColor=fff
1818
[downloads]: https://packagist.org/packages/chillerlan/php-authenticator/stats
19-
2019
[license-badge]: https://img.shields.io/github/license/chillerlan/php-authenticator.svg
2120
[license]: https://github.com/chillerlan/php-authenticator/blob/main/LICENSE
22-
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-authenticator/ci.yml?branch=main&logo=github
21+
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-authenticator/ci.yml?branch=main&logo=github&logoColor=fff
2322
[gh-action]: https://github.com/chillerlan/php-authenticator/actions?query=branch%3Amain
24-
[coverage-badge]: https://img.shields.io/codecov/c/gh/chillerlan/php-authenticator/main?logo=codecov
23+
[coverage-badge]: https://img.shields.io/codecov/c/gh/chillerlan/php-authenticator/main?logo=codecov&logoColor=fff
2524
[coverage]: https://app.codecov.io/github/chillerlan/php-authenticator/tree/main
26-
[codacy-badge]: https://img.shields.io/codacy/grade/a2793225b448495c9659f27f7f52380a/main?logo=codacy
25+
[codacy-badge]: https://img.shields.io/codacy/grade/a2793225b448495c9659f27f7f52380a/main?logo=codacy&logoColor=fff
2726
[codacy]: https://www.codacy.com/gh/chillerlan/php-authenticator/dashboard?branch=main
2827

2928
# Documentation
@@ -38,7 +37,7 @@ A generator for counter based ([RFC 4226](https://tools.ietf.org/html/rfc4226))
3837

3938
via terminal: `composer require chillerlan/php-authenticator`
4039

41-
*composer.json* (note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^5.0` - see [releases](https://github.com/chillerlan/php-authenticator/releases) for valid versions)
40+
**composer.json**
4241
```json
4342
{
4443
"require": {
@@ -47,6 +46,7 @@ via terminal: `composer require chillerlan/php-authenticator`
4746
}
4847
}
4948
```
49+
Note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^5.0` - see [releases](https://github.com/chillerlan/php-authenticator/releases) for valid versions
5050

5151
Profit!
5252

0 commit comments

Comments
 (0)