Skip to content

Commit 1dafaff

Browse files
mabarMilan Felix Šulc
authored andcommitted
Open 0.4 dev
1 parent 7c9b728 commit 1dafaff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ composer require contributte/forms
2626

2727
| State | Version | Branch | PHP |
2828
|-------------|---------|----------|----------|
29-
| stable | `^0.2` | `master` | `>= 7.1` |
29+
| dev | `^0.4` | `master` | `>= 7.1` |
30+
| stable | `^0.3` | `master` | `>= 7.1` |
3031
| stable | `^0.1` | `master` | `>= 5.6` |
3132

3233
## Overview

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,10 @@
6767
"phpstan": [
6868
"temp/phpstan/vendor/bin/phpstan analyse -l max -c phpstan.neon src"
6969
]
70+
},
71+
"extra": {
72+
"branch-alias": {
73+
"dev-master": "0.4.x-dev"
74+
}
7075
}
7176
}

0 commit comments

Comments
 (0)