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
ViMbAdmin's composer.json currently contains a autoloader section for Smarty:
composer.json
"autoload": { "classmap": [ "vendor/smarty/smarty/libs/Smarty.class.php", "vendor/smarty/smarty/libs/SmartyBC.class.php", "vendor/smarty/smarty/libs/sysplugins/smarty_security.php" ] }
However, this isn't necessary anymore because Smarty now (I've no idea since when) registers its autoloader itself, see https://github.com/smarty-php/smarty/blob/v3.1.29/composer.json#L30-L36
I think this is a leftover from d91b97f (see #168/#169). You can safely remove the whole autoload section.
autoload
The text was updated successfully, but these errors were encountered:
ddf8963
Thanks @PhrozenByte 👍
Sorry, something went wrong.
No branches or pull requests
ViMbAdmin's
composer.json
currently contains a autoloader section for Smarty:However, this isn't necessary anymore because Smarty now (I've no idea since when) registers its autoloader itself, see https://github.com/smarty-php/smarty/blob/v3.1.29/composer.json#L30-L36
I think this is a leftover from d91b97f (see #168/#169). You can safely remove the whole
autoload
section.The text was updated successfully, but these errors were encountered: