Skip to content

Commit

Permalink
PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchelo committed Jan 16, 2014
1 parent 787107a commit 28dd5ab
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "vanchelo/phalcon-mailer",
"type": "library",
"description": "Phalcon Mailer Service",
"keywords": ["mail","mailer","phalcon"],
"homepage": "https://github.com/vanchelo/phalcon-mailer",
"license": "GPLv2",
"authors": [
{
"name": "Brezhnev Ivan"
}
],
"require": {
"php": ">=5.4.0",
"swiftmailer/swiftmailer": "5.1.*@dev"
},
"autoload": {
"psr-4": { "Vanchelo\\Mailer": "src/" }
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 28dd5ab

Please sign in to comment.