aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-08-30 04:40:53 -0400
committerThedro Neely <thedroneely@gmail.com>2018-08-30 04:40:53 -0400
commit2659205908bd5cab508f4ff817123673e078ab74 (patch)
treee455f36b124e9b98f7005e6d4310b71881734623 /composer.json
downloadedwinmattiacci.com-2659205908bd5cab508f4ff817123673e078ab74.tar.gz
edwinmattiacci.com-2659205908bd5cab508f4ff817123673e078ab74.tar.bz2
edwinmattiacci.com-2659205908bd5cab508f4ff817123673e078ab74.zip
Initialize Repo: First Commit
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..44f9647
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,10 @@
+{
+ "autoload" : {
+ "classmap": [
+ "./"
+ ]
+ },
+ "require": {
+ "phpmailer/phpmailer": "^6.0"
+ }
+}