Skip to content

Commit

Permalink
Composer: open v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jun 11, 2023
1 parent 9dc5afe commit 00a7c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ For details on how to use this package, check out our [documentation](.docs).

## Versions

| State | Version | Branch | Nette | PHP |
|-------------|---------------|----------|--------|---------|
| dev | `^0.7` | `master` | `3.0+` | `>=7.2` |
| stable | `^0.6` | `master` | `3.0+` | `>=7.2` |
| stable | `^0.4` | `master` | `2.4` | `^7.1` |
| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|--------|---------|
| dev | `^0.8` | `master` | `3.1+` | `>=8.1` |
| stable | `^0.7` | `master` | `3.1+` | `>=8.1` |

## Development

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.7.x-dev"
"dev-master": "0.8.x-dev"
}
}
}

0 comments on commit 00a7c49

Please sign in to comment.