Skip to content

Commit

Permalink
Branch aliases (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 authored Oct 3, 2024
2 parents 13093be + effe15e commit 12ab4e6
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/AdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
],
"extra": {
"symfony": {
"require": "7.0.*"
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
}
},
"config": {
Expand Down
3 changes: 3 additions & 0 deletions src/BootstrapAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"extra": {
"symfony": {
"require": "7.1.*"
},
"branch-alias": {
"dev-master": "0.4-dev"
}
},
"minimum-stability": "dev",
Expand Down
8 changes: 8 additions & 0 deletions src/TwigExtra/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@
"symfony/runtime": true
},
"sort-packages": true
},
"extra": {
"symfony": {
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
}
}
}
3 changes: 3 additions & 0 deletions src/TwigHooks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"extra": {
"symfony": {
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
}
}
}
8 changes: 8 additions & 0 deletions src/UiTranslations/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,13 @@
"symfony/runtime": true
},
"sort-packages": true
},
"extra": {
"symfony": {
"require": "7.1.*"
},
"branch-alias": {
"dev-main": "0.4-dev"
}
}
}

0 comments on commit 12ab4e6

Please sign in to comment.