Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 6ff7925

Browse files
committed
added missing branch-alias in composer file
1 parent f255eac commit 6ff7925

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
},
3737
"extra": {
3838
"symfony-app-dir": "app",
39-
"symfony-web-dir": "web"
39+
"symfony-web-dir": "web",
40+
"branch-alias": {
41+
"dev-master": "2.1-dev"
42+
}
4043
}
4144
}

0 commit comments

Comments
 (0)