Skip to content

Commit

Permalink
added a src dir and autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
hbattat committed Oct 11, 2016
1 parent 5baf5da commit f7e3e92
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"name": "Sam Battat",
"email": "[email protected]"
}
]
],
"autoload": {
"psr-4": {
"hbattat\\VerifyEmail\\": "./src"
}
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion verify.class.php → src/verify.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace VE;
namespace hbattat\VerifyEmail;
/**
* Verifies email address by attempting to connect and check with the mail server of that account
*
Expand Down

0 comments on commit f7e3e92

Please sign in to comment.