mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 16:55:59 +03:00
[GH-ISSUE #176] Remove composer's autoload section for Smarty #141
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PhrozenByte on GitHub (Apr 2, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/176
ViMbAdmin's
composer.jsoncurrently 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 wholeautoloadsection.@barryo commented on GitHub (Apr 3, 2016):
Thanks @PhrozenByte 👍