Skip to content

Commit

Permalink
chore: update branch aliases with 3.4 and 4.0 (#6509)
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka authored Aug 12, 2024
1 parent 120eaf1 commit 31a7330
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.3.x-dev"
"dev-main": "4.0.x-dev",
"dev-3.4": "3.4.x-dev"
},
"symfony": {
"require": "^6.1"
Expand All @@ -70,4 +71,4 @@
"scripts": {
"test": "./vendor/bin/phpunit"
}
}
}

0 comments on commit 31a7330

Please sign in to comment.