Bootstrap is uneccesary with composer integration - and it makes it impossible to actually leverage composer dependencies in your own application. This pull request fixes that and makes a bunch of standard improvements to the code.
Missing is updating the phar package. Also the commits should be squashed. @vladshub do you need a test account to get the tests actually working. Right now they just error out.
Bootstrap is uneccesary with composer integration - and it makes it impossible to actually leverage composer dependencies in your own application. This pull request fixes that and makes a bunch of standard improvements to the code.