Skip to content

Commit 40c3331

Browse files
committed
Add branch-alias
1 parent d599edd commit 40c3331

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "mcaskill/php-html-build-attributes",
3-
"version": "1.0.0",
43
"description": "Generate a string of HTML attributes.",
54
"license": "MIT",
65
"authors": [
@@ -14,6 +13,11 @@
1413
"function",
1514
"wordpress"
1615
],
16+
"extra": {
17+
"branch-alias": {
18+
"dev-master": "1.x-dev"
19+
}
20+
},
1721
"require": {
1822
"php": ">=5.4.0"
1923
},

0 commit comments

Comments
 (0)