Skip to content

Commit 61a2f3c

Browse files
committed
Merge pull request barryvdh#18 from GrahamCampbell/alias
Added a branch alias
2 parents 77716f9 + 6c53cfc commit 61a2f3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"psr-4": {
1919
"Barryvdh\\Queue\\": "src/"
2020
}
21+
},
22+
"extra": {
23+
"branch-alias": {
24+
"dev-master": "0.3-dev"
25+
}
2126
}
2227
}

0 commit comments

Comments
 (0)