Skip to content

Commit 924b476

Browse files
committed
add branch alias
1 parent 49f43b9 commit 924b476

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,11 @@
4646
"scripts": {
4747
"test": "vendor/bin/phpunit",
4848
"test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml"
49+
},
50+
"extra": {
51+
"branch-alias": {
52+
"dev-master": "2.x-dev"
53+
}
4954
}
5055
}
56+
}

0 commit comments

Comments
 (0)