upgrade
upgrade copied to clipboard
Cannot call post-autoload-dump script during make install-dev command
As title, when I use the php-7.2 and using make install-dev to install dev-dependencies for my development, I get following warning message:
Class Cake\Composer\Installer\PluginInstaller is not autoloadable, can not call post-autoload-dump script
I think this defined post-autoload-dump script will not be executed and should I concern and fix this?