Skip to content

Commit 6418043

Browse files
committed
:octocat: branch adjustments
1 parent a0a487c commit 6418043

3 files changed

Lines changed: 10 additions & 12 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
@@ -6,10 +6,10 @@ name: "CI"
66
on:
77
push:
88
branches:
9-
- main
9+
- v3.x-php8.1
1010
pull_request:
1111
branches:
12-
- main
12+
- v3.x-php8.1
1313

1414

1515
env:

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ A container class for settings objects - decouple configuration logic from your
1616
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-settings-container.svg?logo=packagist
1717
[packagist]: https://packagist.org/packages/chillerlan/php-settings-container
1818
[license-badge]: https://img.shields.io/github/license/chillerlan/php-settings-container.svg
19-
[license]: https://github.com/chillerlan/php-settings-container/blob/main/LICENSE
19+
[license]: https://github.com/chillerlan/php-settings-container/blob/v3.x-php8.1/LICENSE
2020
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-settings-container.svg?logo=codecov
2121
[coverage]: https://codecov.io/github/chillerlan/php-settings-container
22-
[codacy-badge]: https://img.shields.io/codacy/grade/bd2467799e2943d2853ce3ebad5af490/main?logo=codacy
23-
[codacy]: https://app.codacy.com/gh/chillerlan/php-settings-container/dashboard?branch=main
22+
[codacy-badge]: https://img.shields.io/codacy/grade/bd2467799e2943d2853ce3ebad5af490/v3.x-php8.1?logo=codacy
23+
[codacy]: https://app.codacy.com/gh/chillerlan/php-settings-container/dashboard?branch=v3.x-php8.1
2424
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-settings-container.svg?logo=packagist
2525
[downloads]: https://packagist.org/packages/chillerlan/php-settings-container/stats
26-
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-settings-container/ci.yml?branch=main&logo=github
27-
[gh-action]: https://github.com/chillerlan/php-settings-container/actions/workflows/ci.yml?query=branch%3Amain
26+
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/php-settings-container/ci.yml?branch=v3.x-php8.1&logo=github
27+
[gh-action]: https://github.com/chillerlan/php-settings-container/actions/workflows/ci.yml?query=branch%3Av3.x-php8.1
2828

2929
## Documentation
3030

3131
### Installation
3232
**requires [composer](https://getcomposer.org)**
3333

34-
*composer.json* (note: replace `dev-main` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^3.0` - see [releases](https://github.com/chillerlan/php-settings-container/releases) for valid versions)
34+
*composer.json* (note: replace `dev-v3.x-php8.1` with a [version constraint](https://getcomposer.org/doc/articles/versions.md#writing-version-constraints), e.g. `^3.0` - see [releases](https://github.com/chillerlan/php-settings-container/releases) for valid versions)
3535
```json
3636
{
3737
"require": {
3838
"php": "^8.1",
39-
"chillerlan/php-settings-container": "dev-main"
39+
"chillerlan/php-settings-container": "dev-v3.x-php8.1"
4040
}
4141
}
4242
```
@@ -195,7 +195,7 @@ class PropertyHooksContainer extends SettingsContainerAbstract{
195195

196196
### API
197197

198-
#### [`SettingsContainerAbstract`](https://github.com/chillerlan/php-settings-container/blob/main/src/SettingsContainerAbstract.php)
198+
#### [`SettingsContainerAbstract`](https://github.com/chillerlan/php-settings-container/blob/v3.x-php8.1/src/SettingsContainerAbstract.php)
199199

200200
| method | return | info |
201201
|--------------------------------------------|------------------------------|---------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)