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
Minor improvements, bump to next release (#3)
* Code improvements + prepend autoloader option
* Updates to the readme, updated benchmark info
* Remove the need to have PHPStan ignore a few things
* Fix readme
Introduce APCu support and bump to version 2 (#2)
* Introduce APCu support and bump to version 2
* Fix PHPStan messages
* Bugfixes and significant improvements
* Little fixes :)
* Add type casts to make PHPStan happy
* PHPStan was happy locally with that last one
* Let's just ignore these
I'm not sure what the best way to handle these are, and I'm honestly now wanting to spend a ton of time on it. The are warnings at best
Bugfixes, optimizations, test improvements, and readme improvements (#1)
* Test improvements, Optimizations, and Readme work
* Minor bugfix to the workflows
* Bugfix, fix the test, and update the readme
* Fix the tests
* Actually fix the test this time :)
* Minor readme tweak
PHPDoc improvements, minor bugfix
For the PSR-0 loader, it was modifying the class name before it stored it in the classmap file, so I fixed that issue.