Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit bc0dd08

Browse files
committed
Added branch alias to composer.json
1 parent d8f45f2 commit bc0dd08

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"autoload": {
2323
"psr-0": { "Discogs": "lib/" }
2424
},
25-
"minimum-stability": "dev",
26-
"prefer-stable": true
25+
"extra": {
26+
"branch-alias": {
27+
"dev-master": "1.0.x-dev"
28+
}
29+
}
2730
}

0 commit comments

Comments
 (0)