tighten / takeout

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

Commit composer.lock and update build #278

Closed bandgeekndb closed 2 years ago

bandgeekndb commented 2 years ago

This fixes the issues introduced by PR #274. I forgot to commit the composer.lock file and I believe that's why we're seeing issues with the 2.0.0 build. I've included a v2.0.1 build that works, so this should just need a tag.

mattstauffer commented 2 years ago

Thanks @bandgeekndb!