We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer.json
1 parent 633b7de commit f27236bCopy full SHA for f27236b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## 0.2.1 Under development
4
5
+- Bug #7: Update branch alias in `composer.json` (@terabytesoftw)
6
+
7
## 0.2.0 February 29, 2024
8
9
- Enh #4: Refactor `getShortNameClass()` method to support optional `suffix` and `lowercase` parameters (@terabytesoftw)
composer.json
@@ -35,7 +35,7 @@
35
},
36
"extra": {
37
"branch-alias": {
38
- "dev-main": "0.1-dev"
+ "dev-main": "0.2-dev"
39
}
40
41
"config": {
0 commit comments