clue / phar-composer

Simple phar creation for every PHP project managed via Composer
https://clue.engineering/2019/introducing-phar-composer
MIT License
855 stars 78 forks source link

Remove dedicated bundler classes, always bundle complete package #92

Closed clue closed 4 years ago

clue commented 4 years ago

By always bundling the complete package directory, we can remove the undocumented "explicit" bundler and its related custom autoload path detection. This also means PSR-4 and any other autoload standard is now supported out-of-the-box.

Supersedes / closes #21 Supersedes / closes #55 Supersedes / closes #62