Skip to content

Commit f1334af

Browse files
committed
Add branch alias
1 parent bb57614 commit f1334af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@
3838
"autoload": {
3939
"psr-0": { "FOS\\OAuthServerBundle": "" }
4040
},
41-
"target-dir": "FOS/OAuthServerBundle"
41+
"target-dir": "FOS/OAuthServerBundle",
42+
"extra": {
43+
"branch-alias": {
44+
"dev-master": "1.4-dev"
45+
}
46+
}
47+
4248
}

0 commit comments

Comments
 (0)