Closed AleksandrIvin closed 9 years ago
Why do you have:
"autoload": { "psr-4": { "roopz\\Imap\\": "" } }
But your namespace is roopz\imap and you files are in src/ maybe you should change to:
"autoload": { "psr-4": { "roopz\\imap\\": "src/" } }
@AleksandrIvin Fixed the issue. Thanks for your comments.
thank you :)
Why do you have:
But your namespace is roopz\imap and you files are in src/ maybe you should change to: