Welcome Guest, Not a member yet? Register   Sign In
How to manually load composer libraries?
#2

There are ways depending on the package. But you would loose automatic updates.

Check another action first, reinstall the packages with --no-dev option, use these commands.

Code:
composer install --no-dev
Code:
composer update --no-dev

If within the packages there are tests, they and their dependencies would not be installed and the size of your vendor/ directory would get lower.
Reply


Messages In This Thread
RE: How to manually load composer libraries? - by ivantcholakov - 01-30-2017, 12:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB