Skip to content

Commit

Permalink
Update Branch aliases (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 authored Oct 15, 2024
2 parents 907272e + f2412a5 commit aae4742
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/AdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
"dev-main": "0.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
"dev-main": "0.x-dev"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion src/TwigExtra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
"dev-main": "0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/TwigHooks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
"dev-main": "0.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/UiTranslations/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
"dev-main": "0.x-dev"
}
}
}

0 comments on commit aae4742

Please sign in to comment.