Skip to content

Commit e37d0ca

Browse files
committed
add branch alias
1 parent a4f7ec8 commit e37d0ca

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_size = 4
6+
indent_style = space
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.{yml,yaml}]
15+
indent_size = 2

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"sort-packages": true
5050
},
5151
"extra": {
52+
"branch-alias": {
53+
"dev-master": "1.x-dev"
54+
},
5255
"laravel": {
5356
"providers": [
5457
"ChangelogServiceProvider"

0 commit comments

Comments
 (0)