Skip to content

Commit f57df06

Browse files
committed
Versions: open 0.7.x
1 parent 97b8596 commit f57df06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align=center>
44
<a href="https://github.com/contributte/application/actions"><img src="https://badgen.net/github/checks/contributte/application/master?cache=300"></a>
5-
<a href="https://coveralls.io/r/contributte/application"><img src="https://badgen.net/coveralls/c/github/contributte/application?cache=300"></a>
5+
<a href="https://codecov.io/gh/contributte/application"><img src="https://badgen.net/codecov/c/github/contributte/application"></a>
66
<a href="https://packagist.org/packages/contributte/application"><img src="https://badgen.net/packagist/dm/contributte/application"></a>
77
<a href="https://packagist.org/packages/contributte/application"><img src="https://badgen.net/packagist/v/contributte/application"></a>
88
</p>
@@ -34,8 +34,8 @@ For details on how to use this package, check out our [documentation](.docs).
3434

3535
| State | Version | Branch | Nette | PHP |
3636
|-------------|---------|----------|-------|---------|
37-
| dev | `^0.6` | `master` | 3.0+ | `>=8.1` |
38-
| stable | `^0.5` | `master` | 3.0+ | `>=7.2` |
37+
| dev | `^0.7` | `master` | 3.0+ | `>=8.2` |
38+
| stable | `^0.6` | `master` | 3.0+ | `>=8.1` |
3939

4040

4141
## Development

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"extra": {
5151
"branch-alias": {
52-
"dev-master": "0.6.x-dev"
52+
"dev-master": "0.7.x-dev"
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)