Skip to content

Commit ad5ba89

Browse files
authored
Open dev-master 2.0.x (#27)
1 parent 03a5f02 commit ad5ba89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
| State | Version | Branch | Nette | PHP |
2323
|-------------|--------------|----------|----------|----------|
24+
| dev | `^2.0.x-dev` | `master | `3.0+` | `>= 7.4` |
2425
| stable | `^2.0` | `master` | `3.0+` | `>= 7.4` |
25-
| development | `dev-master` | `master` | `3.0+` | `>= 7.4` |
2626

2727
## Maintainers
2828

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,10 @@
4949
"prefer-stable": true,
5050
"config": {
5151
"sort-packages": true
52+
},
53+
"extra": {
54+
"branch-alias": {
55+
"dev-master": "2.0.x-dev"
56+
}
5257
}
5358
}

0 commit comments

Comments
 (0)