There was an error fetching the commit references. Please try again later.
FEATURE: Provide branch alias
... | @@ -38,6 +38,9 @@ | ... | @@ -38,6 +38,9 @@ |
"phpunit/phpunit": "^4.5 || ^5.0.5" | "phpunit/phpunit": "^4.5 || ^5.0.5" | ||
}, | }, | ||
"extra": { | "extra": { | ||
"class": "Higidi\\ComposerPhpCSStandardsPlugin\\Plugin" | "class": "Higidi\\ComposerPhpCSStandardsPlugin\\Plugin", | ||
"branch-alias": { | |||
"dev-master": "1.0.x-dev" | |||
} | |||
} | } | ||
} | } |
Please register or sign in to comment