Skip to content

Migrate to Composer autoload #7

@thefrosty

Description

@thefrosty

The current plugin included the /vendor directory. It should be removed from GIT, and composer should be used.

If no mass changes are needed, a classmap should be created in composer.json:

    "autoload": {
        "classmap": [
            "lib"
        ]
    }, 

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