Skip to content

Commit f3d1a28

Browse files
committed
Add a branch alias
This will enable improved version constraints in phpdocumentor/reflection
1 parent 6d705c1 commit f3d1a28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "3.7.*@stable"
17+
},
18+
"extra": {
19+
"branch-alias": {
20+
"dev-master": "2.0.x-dev"
21+
}
1722
}
1823
}

0 commit comments

Comments
 (0)