We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a5f02 commit ad5ba89Copy full SHA for ad5ba89
README.md
@@ -21,8 +21,8 @@
21
22
| State | Version | Branch | Nette | PHP |
23
|-------------|--------------|----------|----------|----------|
24
+| dev | `^2.0.x-dev` | `master | `3.0+` | `>= 7.4` |
25
| stable | `^2.0` | `master` | `3.0+` | `>= 7.4` |
-| development | `dev-master` | `master` | `3.0+` | `>= 7.4` |
26
27
## Maintainers
28
composer.json
@@ -49,5 +49,10 @@
49
"prefer-stable": true,
50
"config": {
51
"sort-packages": true
52
+ },
53
+ "extra": {
54
+ "branch-alias": {
55
+ "dev-master": "2.0.x-dev"
56
+ }
57
}
58
0 commit comments