I\'ve written a package and as part of the development proccess I want to run unit tests on it. This basically means I need a bootstrap file to register the autoloader for m
Yes you should run composer update. It is not harmful to try since everything is put into /vendor/ which you can later delete.
composer update