We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
php-7.2
make install-dev
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?
post-autoload-dump
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As title, when I use the
php-7.2
and usingmake install-dev
to install dev-dependencies for my development, I get following warning message:I think this defined
post-autoload-dump
script will not be executed and should I concern and fix this?The text was updated successfully, but these errors were encountered: