Skip to content
Snippets Groups Projects
Commit 1f92a27a authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

Merge branch '31-add-composer-branch-alias-for-1-0-0' into 'develop'

FEATURE: Provide branch alias

Closes #31

See merge request !28
parents 318b574f c0a13b57
Branches
Tags
3 merge requests!37Release 0.4.0,!29Feature/integrate psr2 into ci,!28FEATURE: Provide branch alias
Pipeline #81 passed with stage
in 2 minutes and 49 seconds
......@@ -38,6 +38,9 @@
"phpunit/phpunit": "^4.5 || ^5.0.5"
},
"extra": {
"class": "Higidi\\ComposerPhpCSStandardsPlugin\\Plugin"
"class": "Higidi\\ComposerPhpCSStandardsPlugin\\Plugin",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment