From d284a7e5dbcb065129528ddcc5ef5fc0b66e97da Mon Sep 17 00:00:00 2001 From: Felipe Figueroa Date: Fri, 16 Nov 2012 17:05:56 -0300 Subject: [PATCH] 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" } } --- composer.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..db372299 --- /dev/null +++ b/composer.json @@ -0,0 +1,3 @@ +{ +"name":"phpmailer/phpmailer" +} \ No newline at end of file