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 16, 2023
1 parent 5de7bff commit 1be7f72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -32,10 +32,10 @@ For details on how to use this package, check out our [documentation](.docs).

## Versions

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

## Development

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -50,7 +50,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
"dev-master": "0.5.x-dev"
}
}
}

0 comments on commit 1be7f72

Please sign in to comment.