Skip to content

Commit bb99fac

Browse files
committed
:octocat: v6.x branch adjustments
1 parent 86593de commit bb99fac

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
on:
55
push:
66
branches:
7-
- main
7+
- v6.x
88
pull_request:
99
branches:
10-
- main
10+
- v6.x
1111

1212
name: "Continuous Integration"
1313

.phan/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// that functions removed in php 7.0 exist.
1414
// (See `backward_compatibility_checks` for additional options)
1515
'target_php_version' => null,
16-
'minimum_target_php_version' => '8.2',
16+
'minimum_target_php_version' => '8.4',
1717

1818
// A list of directories that should be parsed for class and
1919
// method information. After excluding the directories

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ A generator for counter based ([RFC 4226](https://tools.ietf.org/html/rfc4226))
1717
[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
1919
[license-badge]: https://img.shields.io/github/license/chillerlan/php-authenticator.svg
20-
[license]: https://github.com/chillerlan/php-authenticator/blob/main/LICENSE
21-
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-authenticator/ci.yml?branch=main&logo=github&logoColor=fff
22-
[gh-action]: https://github.com/chillerlan/php-authenticator/actions?query=branch%3Amain
23-
[coverage-badge]: https://img.shields.io/codecov/c/gh/chillerlan/php-authenticator/main?logo=codecov&logoColor=fff
24-
[coverage]: https://app.codecov.io/github/chillerlan/php-authenticator/tree/main
25-
[codacy-badge]: https://img.shields.io/codacy/grade/a2793225b448495c9659f27f7f52380a/main?logo=codacy&logoColor=fff
26-
[codacy]: https://www.codacy.com/gh/chillerlan/php-authenticator/dashboard?branch=main
20+
[license]: https://github.com/chillerlan/php-authenticator/blob/v6.x/LICENSE
21+
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-authenticator/ci.yml?branch=v6.x&logo=github&logoColor=fff
22+
[gh-action]: https://github.com/chillerlan/php-authenticator/actions?query=branch%3Av6.x
23+
[coverage-badge]: https://img.shields.io/codecov/c/gh/chillerlan/php-authenticator/v6.x?logo=codecov&logoColor=fff
24+
[coverage]: https://app.codecov.io/github/chillerlan/php-authenticator/tree/v6.x
25+
[codacy-badge]: https://img.shields.io/codacy/grade/a2793225b448495c9659f27f7f52380a/v6.x?logo=codacy&logoColor=fff
26+
[codacy]: https://www.codacy.com/gh/chillerlan/php-authenticator/dashboard?branch=v6.x
2727

2828
# Documentation
2929
## Requirements
@@ -42,11 +42,11 @@ via terminal: `composer require chillerlan/php-authenticator`
4242
{
4343
"require": {
4444
"php": "^8.4",
45-
"chillerlan/php-authenticator": "dev-main"
45+
"chillerlan/php-authenticator": "dev-v6.x"
4646
}
4747
}
4848
```
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
49+
Note: replace `dev-v6.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
5050

5151
Profit!
5252

@@ -185,6 +185,6 @@ $options->algorithm = AuthenticatorInterface::ALGO_SHA512;
185185

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

0 commit comments

Comments
 (0)