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:
parent
da3c464034
commit
d284a7e5db
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"name":"phpmailer/phpmailer"
|
||||
}
|
||||
Loading…
Reference in New Issue