Skip to content

Remove composer's autoload section for Smarty #176

@PhrozenByte

Description

@PhrozenByte

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions