Remove unused branch-alias from composer.json files. (#20412)

This commit is contained in:
Wilmer Arambula
2025-06-13 15:25:40 -04:00
committed by GitHub
parent 52343a826d
commit 94f44fef72
2 changed files with 1 additions and 9 deletions

View File

@ -105,10 +105,5 @@
},
"bin": [
"framework/yii"
],
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
]
}

View File

@ -78,9 +78,6 @@
"yii"
],
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"foxy": true
}
}