taocomp / php-e-invoice-it

A PHP package for managing italian e-invoice and notice XML formats. (Pacchetto PHP per gestire il formato XML di fatture e notifiche come richiesto dal SdI).
GNU General Public License v3.0
73 stars 22 forks source link

Remove installed dependencies #9

Open Slamdunk opened 5 years ago

Slamdunk commented 5 years ago

When a user install a package, composer only checks and uses the composer.json file.

Thus, the library should never ever commit explicit dependencies, because they would not represent the real usage in the userland, and CI can't test them.