You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #74 Composer fixes and updated the autoloading (GrahamCampbell)
This PR was squashed before being merged into the master branch (closes#74).
Discussion
----------
Composer fixes and updated the autoloading
PSR-0 is deprecated, and we should also be autoloading our tests in `autoload-dev`. We can easily move to PSR-4 without moving any of the files thus retaining bc for any people still requiring files manually. Let me know if you're fine with actually just moving the files up 2 levels in the interest of keeping things clean.
Commits
-------
e85d5b4 Composer fixes and updated the autoloading
0 commit comments