TheFox / smtpd

SMTP server (library) for receiving emails, written in pure PHP.
https://fox21.at
MIT License
121 stars 30 forks source link

remove stand alone server #9

Closed ashleyhood closed 8 years ago

ashleyhood commented 8 years ago

This is the pull request for issue #7

TheFox commented 8 years ago

You removed a bit too much. The Makefile is needed.

ashleyhood commented 8 years ago

Sorry. I was a bit over aggressive ;)

Do you need release.sh as well?

TheFox commented 8 years ago

I'm thinking about a less radical way, like this: 6d94ef1791830e934a39da06128592d97fc8d4ee I'll consider the other changes, but rather in separate steps. Maybe I'll also remove release.sh and the changes for .travis.yml and the tests on composer.json you made. smtpd.sublime-project is needed. I don't know if it's a good idea to completely getting rid of bootstrap.php and the scripts in composer.json.

ashleyhood commented 8 years ago

I am happy either way as your solution fixes my issue with composer conflicts. If you want, I will just close this pull request.

TheFox commented 8 years ago

Ok, cool. :)