-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove SwiftMailer and add as dependency through Composer, update doc…
…umentation remove SwiftMailer, add as dependency through Composer Update docs, change lib loading and dependencies Remove additional path elements because PEAR is clevererer than I gave it credit for... Closes #11 Closes #22
- Loading branch information
1 parent
f978cad
commit f57364b
Showing
166 changed files
with
90 additions
and
17,903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Test/coverage/* | ||
examples/* | ||
dist/ | ||
Test/coverage/* | ||
examples/* | ||
dist/ | ||
vendor/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
//we'll use this class to autoload the appropriate files | ||
require_once __dir__ . "/../SendGrid_loader.php"; | ||
require_once __dir__ . "/../vendor/autoload.php"; | ||
|
||
//include any mock classes | ||
require_once __dir__ . "/Mock/Mock_loader.php"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.