Skip to content

Commit

Permalink
:octocat: v5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jul 8, 2023
1 parent 1b7ddb3 commit b95ff2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
on:
push:
branches:
- main
- v5.x
pull_request:
branches:
- main
- v5.x

name: "Continuous Integration"

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ A generator for counter based ([RFC 4226](https://tools.ietf.org/html/rfc4226))
[![Codacy][codacy-badge]][codacy]

[license-badge]: https://img.shields.io/github/license/chillerlan/php-authenticator.svg
[license]: https://github.com/chillerlan/php-authenticator/blob/main/LICENSE
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-authenticator/ci.yml?branch=main&logo=github
[gh-action]: https://github.com/chillerlan/php-authenticator/actions?query=branch%3Amain
[coverage-badge]: https://img.shields.io/codecov/c/gh/chillerlan/php-authenticator/main?logo=codecov
[coverage]: https://app.codecov.io/github/chillerlan/php-authenticator/tree/main
[codacy-badge]: https://img.shields.io/codacy/grade/a2793225b448495c9659f27f7f52380a/main?logo=codacy
[codacy]: https://www.codacy.com/gh/chillerlan/php-authenticator/dashboard?branch=main
[license]: https://github.com/chillerlan/php-authenticator/blob/v5.x/LICENSE
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-authenticator/ci.yml?branch=v5.x&logo=github
[gh-action]: https://github.com/chillerlan/php-authenticator/actions?query=branch%3Av5.x
[coverage-badge]: https://img.shields.io/codecov/c/gh/chillerlan/php-authenticator/v5.x?logo=codecov
[coverage]: https://app.codecov.io/github/chillerlan/php-authenticator/tree/v5.x
[codacy-badge]: https://img.shields.io/codacy/grade/a2793225b448495c9659f27f7f52380a/v5.x?logo=codacy
[codacy]: https://www.codacy.com/gh/chillerlan/php-authenticator/dashboard?branch=v5.x

# Documentation
## Requirements
Expand All @@ -29,12 +29,12 @@ A generator for counter based ([RFC 4226](https://tools.ietf.org/html/rfc4226))

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

*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)
*composer.json* (note: replace `dev-v5.x` 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)
```json
{
"require": {
"php": "^8.2",
"chillerlan/php-authenticator": "dev-main"
"chillerlan/php-authenticator": "dev-v5.x"
}
}
```
Expand Down Expand Up @@ -177,6 +177,6 @@ $options->algorithm = AuthenticatorInterface::ALGO_SHA512;

<p align="center">
<a href="https://twofactorauth.org">
<img alt="2FA ALL THE THINGS!" src="https://raw.githubusercontent.com/chillerlan/php-authenticator/main/.github/images/2fa-all-the-things.jpg">
<img alt="2FA ALL THE THINGS!" src="https://raw.githubusercontent.com/chillerlan/php-authenticator/v5.x/.github/images/2fa-all-the-things.jpg">
</a>
</p>

0 comments on commit b95ff2a

Please sign in to comment.