Skip to content

Commit

Permalink
Update branch alias in composer.json
Browse files Browse the repository at this point in the history
The branch alias for "dev-master" in the composer.json file was updated from "1.0.x-dev" to "1.3.x-dev". This change is done to reflect the latest stable version in the development branch.
  • Loading branch information
oleg-andreyev committed Jul 11, 2023
1 parent bb64ac8 commit d0d1596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.3.x-dev"
}
},
"config": {
Expand Down

0 comments on commit d0d1596

Please sign in to comment.