Skip to content

Commit 29840e4

Browse files
committed
Merge pull request php-amqplib#174 from fprochazka/patch-1
Add dev-master branch alias to composer.json
2 parents 8724832 + 47cfcb4 commit 29840e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
"autoload": {
2323
"psr-0": {"PhpAmqpLib": ""}
2424
},
25-
"license": "LGPL-2.1"
25+
"license": "LGPL-2.1",
26+
"extra": {
27+
"branch-alias": {
28+
"dev-master": "2.4-dev"
29+
}
30+
}
2631
}

0 commit comments

Comments
 (0)