adds composer.json

adss composer.json naming this project "phpmailer/phpmailer" so you can
add it as a dependence. You have to add it as a repository too:

{
"repositories": [
{   "type": "git",
"url":  "git@github.com:amenadiel/PHPMailer.git"  }
],
"require": {
"php"                   : ">=5.3.3",
"phpmailer/phpmailer" : "dev-master"

}
}
This commit is contained in:
Felipe Figueroa 2012-11-16 17:05:56 -03:00
parent da3c464034
commit d284a7e5db
1 changed files with 3 additions and 0 deletions

3
composer.json Normal file
View File

@ -0,0 +1,3 @@
{
"name":"phpmailer/phpmailer"
}