tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.6k stars 83 forks source link

Fixes PSR-4 issues #210

Closed mabadir closed 3 years ago

mabadir commented 3 years ago

Fixes the below error during composer install

Class Tests\Feature\MicrosoftDockerTagsFakestream located in ./tests/support/MicrosoftDockerTagsFakestream.php does not comply with psr-4 autoloading standard. Skipping.
mattstauffer commented 3 years ago

Thanks @mabadir!

mabadir commented 3 years ago

First, but I hope not the last PR...