Skip to content

Commit cdc9af8

Browse files
Add 4.x-dev branch alias for the v4 branch
This allows you to install the package with a `4.x-dev` constraint, which can easily move to a more stable branch (e.g. master) once development of the new version has matured. https://getcomposer.org/doc/articles/aliases.md#branch-alias
1 parent d7847a4 commit cdc9af8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"providers": [
5858
"Mpociot\\ApiDoc\\ApiDocGeneratorServiceProvider"
5959
]
60-
}
60+
},
61+
"branch-alias": {
62+
"dev-v4": "4.x-dev"
63+
}
6164
}
6265
}

0 commit comments

Comments
 (0)