Skip to content

Commit

Permalink
Open dev-master 2.0.x (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vody105 authored Jan 7, 2021
1 parent 03a5f02 commit ad5ba89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

| State | Version | Branch | Nette | PHP |
|-------------|--------------|----------|----------|----------|
| dev | `^2.0.x-dev` | `master | `3.0+` | `>= 7.4` |
| stable | `^2.0` | `master` | `3.0+` | `>= 7.4` |
| development | `dev-master` | `master` | `3.0+` | `>= 7.4` |

## Maintainers

Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"prefer-stable": true,
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit ad5ba89

Please sign in to comment.