Skip to content

Commit f9a9895

Browse files
committed
fix: update dev-master to 2.0.x-dev, not 3.0.x-dev
I'd misread the original by-laws around typehint addition to require two new major versions, when it's just a minor version and a major version.
1 parent de1921e commit f9a9895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"extra": {
2323
"branch-alias": {
24-
"dev-master": "3.0.x-dev"
24+
"dev-master": "2.0.x-dev"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)