Skip to content

Commit

Permalink
Versions: open v0.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 15, 2023
1 parent 6bc66a8 commit c7ed236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -34,16 +34,18 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|-------|---------|
| dev | `^0.4` | `master` | 3.0+ | `^7.2` |
| stable | `^0.3` | `master` | 3.0+ | `^7.2` |
| stable | `^0.1` | `master` | 2.4 | `>=7.1` |
| dev | `^0.5` | `master` | 3.2+ | `>=8.1` |
| stable | `^0.4` | `master` | 3.20+ | `>=8.1` |

## Development

See [how to contribute](https://contributte.org/contributing.html) to this package.

This package is currently maintaining by these authors.

<a href="https://github.com/f3l1x">
<img width="80" height="80" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=80">
</a>
<a href="https://github.com/vojtamares">
<img width="80" height="80" src="https://avatars2.githubusercontent.com/u/7180610?v=3&s=80">
</a>
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -43,12 +43,13 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
}
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
"dev-master": "0.5.x-dev"
}
}
}

0 comments on commit c7ed236

Please sign in to comment.