php-e-invoice-it icon indicating copy to clipboard operation
php-e-invoice-it copied to clipboard

Remove installed dependencies

Open Slamdunk opened this issue 5 years ago • 0 comments

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.

Slamdunk avatar Jan 08 '19 08:01 Slamdunk