addedd branch alias and basic project information to composer.json
This commit is contained in:
parent
58155ee99e
commit
e0b7ec8311
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
||||||
{
|
{
|
||||||
|
"name": "jfryman/puppet-nginx",
|
||||||
|
"type": "project",
|
||||||
|
"description": "Puppet module for nginx installation",
|
||||||
|
"keywords": ["puppet", "nginx"],
|
||||||
"require": {
|
"require": {
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.x-dev"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue