Closed staabm closed 5 years ago
my local tests seem to suggest that "composer install" and "composer update" also emit a "post-autoload" event.
tested on composer 1.8.6; php 7.2.6
at best you could verify this on your end
Thanks @staabm!
What if the user specifies --no-autoloader
? :thinking:
Probably would fall back to FallbackVersions
, which works once installed.json
and composer.lock
are there
no need to subscribe to install/update and autoload-dump.
fixes https://github.com/Ocramius/PackageVersions/issues/94