addedd branch alias and basic project information to composer.json

This commit is contained in:
Frank Stelzer 2013-05-18 15:34:32 +02:00
parent 58155ee99e
commit e0b7ec8311

View file

@ -1,4 +1,13 @@
{
"name": "jfryman/puppet-nginx",
"type": "project",
"description": "Puppet module for nginx installation",
"keywords": ["puppet", "nginx"],
"require": {
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}