8000 Add branch alias to enable installing the package using `^2.0@dev` (#67) · jderusse/symfony-bundle-test@e99c7fe · GitHub
[go: up one dir, main page]

Skip to content

Commit e99c7fe

Browse files
Add branch alias to enable installing the package using ^2.0@dev (SymfonyTest#67)
1 parent 297a7dc commit e99c7fe

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
@@ -35,6 +35,11 @@
3535
"Nyholm\\BundleTest\\Tests\\": "tests/"
3636
}
3737
},
38+
"extra": {
39+
"branch-alias": {
40+
"dev-master": "2.0-dev"
41+
}
42+
},
3843
"scripts": {
3944
"test": "vendor/bin/phpunit",
4045
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"

0 commit comments

Comments
 (0)
0