Skip to content

v0.2.0

Choose a tag to compare

@lorisleiva lorisleiva released this 11 Nov 16:53
· 41 commits to main since this release
d23836c

Resolve class names from filenames using PSR-4.
It uses the vendor/composer/autoload_psr4.php file to generate a dictionary of all namespaces from their paths. This means, Lody now properly resolve classes even in the vendor directory. See the readme for me details.

Full Changelog: v0.1.0...v0.2.0