Skip to content
New issue

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

Remove composer's autoload section for Smarty #176

Closed
PhrozenByte opened this issue Apr 2, 2016 · 1 comment
Closed

Remove composer's autoload section for Smarty #176

PhrozenByte opened this issue Apr 2, 2016 · 1 comment

Comments

@PhrozenByte
Copy link
Contributor

ViMbAdmin's composer.json currently contains a autoloader section for Smarty:

    "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.

@barryo barryo closed this as completed in ddf8963 Apr 3, 2016
@barryo
Copy link
Member

barryo commented Apr 3, 2016

Thanks @PhrozenByte 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants