Skip to content

Commit 48f45bd

Browse files
committed
Adding branch alias to prevent version conflict when using latest master version. See [Aliases](https://getcomposer.org/doc/articles/aliases.md) for more information.
1 parent 225c5b6 commit 48f45bd

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
@@ -16,5 +16,10 @@
1616
"src/"
1717
]
1818
},
19-
"include-path": ["src/"]
19+
"include-path": ["src/"],
20+
"extra": {
21+
"branch-alias": {
22+
"dev-master": "1.0.x-dev"
23+
}
24+
}
2025
}

0 commit comments

Comments
 (0)