box-project / box

📦🚀 Fast, zero config application bundler with PHARs.
https://box-project.github.io/box
MIT License
1.11k stars 101 forks source link

feat: Group by source the required and provided extensions #1334

Closed theofidry closed 5 months ago

theofidry commented 5 months ago

Instead of first dividing by category (required or provided) and then by source, we no longer divide by category.

This allows to better inspect what the status is for a given extension with the info:requirements command (see #1273).